emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113178: * lisp/files-x.el (modify-dir-local-variabl


From: Juri Linkov
Subject: [Emacs-diffs] trunk r113178: * lisp/files-x.el (modify-dir-local-variable): Change the header comment
Date: Tue, 25 Jun 2013 20:23:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113178
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14692
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Tue 2013-06-25 23:23:10 +0300
message:
  * lisp/files-x.el (modify-dir-local-variable): Change the header comment
  in the file with directory local variables.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/files-x.el                filesx.el-20091113204419-o5vbwnq5f7feedwu-10917
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-06-25 19:50:05 +0000
+++ b/lisp/ChangeLog    2013-06-25 20:23:10 +0000
@@ -1,3 +1,8 @@
+2013-06-25  Juri Linkov  <address@hidden>
+
+       * 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  <address@hidden>
 
        * net/eww.el (eww-make-unique-file-name): Create a unique file

=== modified file 'lisp/files-x.el'
--- a/lisp/files-x.el   2013-06-25 13:07:04 +0000
+++ b/lisp/files-x.el   2013-06-25 20:23:10 +0000
@@ -475,7 +475,7 @@
 
       ;; 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]