* lisp/files-x.el (modify-dir-local-variable): Change the header comment
in the file with directory local variables. Fixes: debbugs:14692
This commit is contained in:
parent
bfbc93a1de
commit
ec64c27385
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2013-06-25 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* files-x.el (modify-dir-local-variable): Change the header comment
|
||||
in the file with directory local variables. (Bug#14692)
|
||||
|
||||
2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* net/eww.el (eww-make-unique-file-name): Create a unique file
|
||||
|
|
|
|||
|
|
@ -475,7 +475,7 @@ from the MODE alist ignoring the input argument VALUE."
|
|||
|
||||
;; Insert modified alist of directory-local variables.
|
||||
(insert ";;; Directory Local Variables\n")
|
||||
(insert ";;; See Info node `(emacs) Directory Variables' for more information.\n\n")
|
||||
(insert ";;; For more information see (info \"(emacs) Directory Variables\")\n\n")
|
||||
(pp (sort variables
|
||||
(lambda (a b)
|
||||
(cond
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue