Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9854c615
Commit
9854c615
authored
Apr 11, 1994
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(makefile-mode): make-local-variable misspelled as make-local-file.
parent
ca600722
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 @
9854c615
...
...
@@ -17,7 +17,7 @@
;; So, for the meantime, this is not the default mode for makefiles.
;; $Id: makefile.el,v 1.1
6
1994/0
2/28 18:05:55 tom Exp
$
;; $Id: makefile.el,v 1.1
3
1994/0
3/02 07:57:04 rms Exp kwzh
$
;; This file is part of GNU Emacs.
...
...
@@ -409,7 +409,7 @@ makefile-special-targets-list:
at the beginning of a line in makefile-mode."
(
interactive
)
(
kill-all-local-variables
)
(
make-local-
fi
le
'local-write-file-hooks
)
(
make-local-
variab
le
'local-write-file-hooks
)
(
setq
local-write-file-hooks
'
(
makefile-cleanup-continuations
'makefile-warn-suspicious-lines
))
(
make-local-variable
'makefile-target-table
)
...
...
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