From: Karl Heuer Date: Mon, 11 Apr 1994 20:40:58 +0000 (+0000) Subject: (makefile-mode): make-local-variable misspelled as make-local-file. X-Git-Tag: emacs-19.34~9055 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9854c615ccea309b553c6296c3fc6b9434548de1;p=emacs.git (makefile-mode): make-local-variable misspelled as make-local-file. --- 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)