Mercurial > emacs
changeset 7024:f00ad05e91b0
(makefile-mode): Removed extra quote before makefile-warn-suspicious-lines.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 22 Apr 1994 20:20:49 +0000 |
parents | a326806e4752 |
children | 24e759919770 |
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 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)