diff options
| author | Juri Linkov | 2013-06-25 23:23:10 +0300 |
|---|---|---|
| committer | Juri Linkov | 2013-06-25 23:23:10 +0300 |
| commit | ec64c2738515452c75a38c31537c2b495bb77c74 (patch) | |
| tree | 6ce2d108ab7ae9626991680a7c0827458e469f4d | |
| parent | bfbc93a1de51de1707092339156aa909c0bdfdb4 (diff) | |
| download | emacs-ec64c2738515452c75a38c31537c2b495bb77c74.tar.gz emacs-ec64c2738515452c75a38c31537c2b495bb77c74.zip | |
* lisp/files-x.el (modify-dir-local-variable): Change the header comment
in the file with directory local variables.
Fixes: debbugs:14692
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/files-x.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cba40dc90e..9dd5772b327 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-06-25 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * files-x.el (modify-dir-local-variable): Change the header comment | ||
| 4 | in the file with directory local variables. (Bug#14692) | ||
| 5 | |||
| 1 | 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * net/eww.el (eww-make-unique-file-name): Create a unique file | 8 | * net/eww.el (eww-make-unique-file-name): Create a unique file |
diff --git a/lisp/files-x.el b/lisp/files-x.el index 072eebece80..c9ff931cd55 100644 --- a/lisp/files-x.el +++ b/lisp/files-x.el | |||
| @@ -475,7 +475,7 @@ from the MODE alist ignoring the input argument VALUE." | |||
| 475 | 475 | ||
| 476 | ;; Insert modified alist of directory-local variables. | 476 | ;; Insert modified alist of directory-local variables. |
| 477 | (insert ";;; Directory Local Variables\n") | 477 | (insert ";;; Directory Local Variables\n") |
| 478 | (insert ";;; See Info node `(emacs) Directory Variables' for more information.\n\n") | 478 | (insert ";;; For more information see (info \"(emacs) Directory Variables\")\n\n") |
| 479 | (pp (sort variables | 479 | (pp (sort variables |
| 480 | (lambda (a b) | 480 | (lambda (a b) |
| 481 | (cond | 481 | (cond |