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
531b2a28
Commit
531b2a28
authored
Jan 06, 1994
by
Richard M. Stallman
Browse files
(makefile-mode): Make comment-start, comment-end,
and comment-start-skip buffer-local.
parent
c44565c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/progmodes/make-mode.el
lisp/progmodes/make-mode.el
+4
-1
No files found.
lisp/progmodes/make-mode.el
View file @
531b2a28
...
...
@@ -18,7 +18,7 @@
;; So, for the meantime, this is not the default mode for makefiles.
;; $Id: makefile.el,v 1.
9
1993/
06/09 11:54:21 jimb Exp
$
;; $Id: makefile.el,v 1.
10
1993/
12/23 04:57:18 rms Exp rms
$
;; This file is part of GNU Emacs.
...
...
@@ -418,6 +418,9 @@ makefile-special-targets-list:
(
make-variable-buffer-local
'makefile-has-prereqs
)
(
make-variable-buffer-local
'makefile-need-target-pickup
)
(
make-variable-buffer-local
'makefile-need-macro-pickup
)
(
make-local-variable
'comment-start
)
(
make-local-variable
'comment-end
)
(
make-local-variable
'comment-start-skip
)
(
setq
comment-start
"#"
)
(
setq
comment-end
""
)
(
setq
comment-start-skip
"#[ \t]*"
)
...
...
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