]> git.eshelyaron.com Git - emacs.git/commitdiff
(makefile-mode): make-local-variable misspelled as make-local-file.
authorKarl Heuer <kwzh@gnu.org>
Mon, 11 Apr 1994 20:40:58 +0000 (20:40 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 11 Apr 1994 20:40:58 +0000 (20:40 +0000)
lisp/progmodes/make-mode.el

index 042ca570ac14b98058f7cfa0d92d71323df8f5c5..312412ffaab99017eac32b85a7103690c385c0f5 100644 (file)
@@ -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)