* lisp/files-x.el (modify-file-local-variable): Obey commenting conventions.
This commit is contained in:
parent
68c95424af
commit
cbe71af350
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue