changeset 6798:2594f541e694

(makefile-mode): make-local-variable misspelled as make-local-file.
author Karl Heuer <kwzh@gnu.org>
date Mon, 11 Apr 1994 20:40:58 +0000
parents 42c6431d1e00
children 1f45c2d4ff2c
files lisp/progmodes/make-mode.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el	Mon Apr 11 20:30:44 1994 +0000
+++ b/lisp/progmodes/make-mode.el	Mon Apr 11 20:40:58 1994 +0000
@@ -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 @@
    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)