From 9854c615ccea309b553c6296c3fc6b9434548de1 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 11 Apr 1994 20:40:58 +0000 Subject: [PATCH] (makefile-mode): make-local-variable misspelled as make-local-file. --- lisp/progmodes/make-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 042ca570ac1..312412ffaab 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -17,7 +17,7 @@ ;; So, for the meantime, this is not the default mode for makefiles. -;; $Id: makefile.el,v 1.16 1994/02/28 18:05:55 tom Exp $ +;; $Id: makefile.el,v 1.13 1994/03/02 07:57:04 rms Exp kwzh $ ;; This file is part of GNU Emacs. @@ -409,7 +409,7 @@ makefile-special-targets-list: at the beginning of a line in makefile-mode." (interactive) (kill-all-local-variables) - (make-local-file 'local-write-file-hooks) + (make-local-variable 'local-write-file-hooks) (setq local-write-file-hooks '(makefile-cleanup-continuations 'makefile-warn-suspicious-lines)) (make-local-variable 'makefile-target-table) -- 2.11.4.GIT