]> git.eshelyaron.com Git - emacs.git/commitdiff
(makefile-mode): Removed extra quote before makefile-warn-suspicious-lines.
authorRichard M. Stallman <rms@gnu.org>
Fri, 22 Apr 1994 20:20:49 +0000 (20:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 22 Apr 1994 20:20:49 +0000 (20:20 +0000)
lisp/progmodes/make-mode.el

index 312412ffaab99017eac32b85a7103690c385c0f5..eb07bb412d4c49933c73cbb207a44f5f505a4f88 100644 (file)
@@ -17,7 +17,7 @@
 
 ;; So, for the meantime, this is not the default mode for makefiles.
 
-;; $Id: makefile.el,v 1.13 1994/03/02 07:57:04 rms Exp kwzh $
+;; $Id: makefile.el,v 1.14 1994/04/11 20:40:58 kwzh Exp rms $
 
 ;; This file is part of GNU Emacs.
 
@@ -411,7 +411,7 @@ makefile-special-targets-list:
   (kill-all-local-variables)
   (make-local-variable 'local-write-file-hooks)
   (setq local-write-file-hooks
-       '(makefile-cleanup-continuations 'makefile-warn-suspicious-lines))
+       '(makefile-cleanup-continuations makefile-warn-suspicious-lines))
   (make-local-variable 'makefile-target-table)
   (make-local-variable 'makefile-macro-table)
   (make-local-variable 'makefile-has-prereqs)