Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cd99f76d
Commit
cd99f76d
authored
Apr 22, 1994
by
Richard M. Stallman
Browse files
(makefile-mode): Removed extra quote before makefile-warn-suspicious-lines.
parent
aa718a1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/make-mode.el
lisp/progmodes/make-mode.el
+2
-2
No files found.
lisp/progmodes/make-mode.el
View file @
cd99f76d
...
...
@@ -17,7 +17,7 @@
;; So, for the meantime, this is not the default mode for makefiles.
;; $Id: makefile.el,v 1.1
3
1994/0
3/02 07:57:04 rms
Exp
kwzh
$
;; $Id: makefile.el,v 1.1
4
1994/0
4/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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment