# HG changeset patch # User Richard M. Stallman # Date 767046049 0 # Node ID f00ad05e91b091b116da9df40b03f7569dd6104e # Parent a326806e47523a9d4c8bdf507519cd62f8f557b8 (makefile-mode): Removed extra quote before makefile-warn-suspicious-lines. diff -r a326806e4752 -r f00ad05e91b0 lisp/progmodes/make-mode.el --- a/lisp/progmodes/make-mode.el Fri Apr 22 20:19:41 1994 +0000 +++ b/lisp/progmodes/make-mode.el Fri Apr 22 20:20:49 1994 +0000 @@ -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 @@ (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)