1
0
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:
Stefan Monnier 2011-11-18 09:34:39 -05:00
parent 68c95424af
commit cbe71af350
2 changed files with 5 additions and 1 deletions

View File

@ -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):

View File

@ -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"))