mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
* lisp/files-x.el (modify-file-local-variable): Obey commenting conventions.
This commit is contained in:
parent
68c95424af
commit
cbe71af350
@ -1,3 +1,7 @@
|
||||
2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* files-x.el (modify-file-local-variable): Obey commenting conventions.
|
||||
|
||||
2011-11-17 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/autoload.el (autoload-generate-file-autoloads):
|
||||
|
@ -149,7 +149,7 @@ from the Local Variables list ignoring the input argument VALUE."
|
||||
|
||||
(goto-char (point-max))
|
||||
(let ((comment-style 'plain)
|
||||
(comment-start (or comment-start ";;; ")))
|
||||
(comment-start (or comment-start ";; ")))
|
||||
(comment-region
|
||||
(prog1 (setq beg (point))
|
||||
(insert "\nLocal Variables:\nEnd:\n"))
|
||||
|
Loading…
Reference in New Issue
Block a user