diff options
| author | Richard M. Stallman | 1994-04-22 20:20:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-22 20:20:49 +0000 |
| commit | cd99f76d3d3a9ca9e037de859524bfdb7694ff85 (patch) | |
| tree | 1f6cdff345c9929e1b06e9edda039624a8d40886 | |
| parent | aa718a1fab3ab7e9b658a19179980d13a48e2cd9 (diff) | |
| download | emacs-cd99f76d3d3a9ca9e037de859524bfdb7694ff85.tar.gz emacs-cd99f76d3d3a9ca9e037de859524bfdb7694ff85.zip | |
(makefile-mode): Removed extra quote before makefile-warn-suspicious-lines.
| -rw-r--r-- | lisp/progmodes/make-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 312412ffaab..eb07bb412d4 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | 17 | ||
| 18 | ;; So, for the meantime, this is not the default mode for makefiles. | 18 | ;; So, for the meantime, this is not the default mode for makefiles. |
| 19 | 19 | ||
| 20 | ;; $Id: makefile.el,v 1.13 1994/03/02 07:57:04 rms Exp kwzh $ | 20 | ;; $Id: makefile.el,v 1.14 1994/04/11 20:40:58 kwzh Exp rms $ |
| 21 | 21 | ||
| 22 | ;; This file is part of GNU Emacs. | 22 | ;; This file is part of GNU Emacs. |
| 23 | 23 | ||
| @@ -411,7 +411,7 @@ makefile-special-targets-list: | |||
| 411 | (kill-all-local-variables) | 411 | (kill-all-local-variables) |
| 412 | (make-local-variable 'local-write-file-hooks) | 412 | (make-local-variable 'local-write-file-hooks) |
| 413 | (setq local-write-file-hooks | 413 | (setq local-write-file-hooks |
| 414 | '(makefile-cleanup-continuations 'makefile-warn-suspicious-lines)) | 414 | '(makefile-cleanup-continuations makefile-warn-suspicious-lines)) |
| 415 | (make-local-variable 'makefile-target-table) | 415 | (make-local-variable 'makefile-target-table) |
| 416 | (make-local-variable 'makefile-macro-table) | 416 | (make-local-variable 'makefile-macro-table) |
| 417 | (make-local-variable 'makefile-has-prereqs) | 417 | (make-local-variable 'makefile-has-prereqs) |