emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog files.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog files.el
Date: Wed, 17 Jun 2009 02:54:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/06/17 02:54:52

Modified files:
        lisp           : ChangeLog files.el 

Log message:
        (dir-locals-set-directory-class): Fix doc typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15684&r2=1.15685
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/files.el?cvsroot=emacs&r1=1.1048&r2=1.1049

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15684
retrieving revision 1.15685
diff -u -b -r1.15684 -r1.15685
--- ChangeLog   17 Jun 2009 01:25:05 -0000      1.15684
+++ ChangeLog   17 Jun 2009 02:54:49 -0000      1.15685
@@ -1,3 +1,7 @@
+2009-06-17  Glenn Morris  <address@hidden>
+
+       * files.el (dir-locals-set-directory-class): Fix doc typo.
+
 2009-06-17  Kenichi Handa  <address@hidden>
 
        * international/mule-diag.el (list-character-sets): Change
@@ -564,7 +568,8 @@
 
 2009-04-11  Chong Yidong  <address@hidden>
 
-       * files.el (dir-locals-directory-cache): Change format to include
+       * files.el (dir-locals-directory-cache):  Rename from
+       dir-locals-directory-alist.  Change format to include
        the mtime of the directory-local variables file (Bug#2833).
        (dir-locals-set-directory-class): New arg mtime.  Store it in
        dir-locals-directory-cache.

Index: files.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/files.el,v
retrieving revision 1.1048
retrieving revision 1.1049
diff -u -b -r1.1048 -r1.1049
--- files.el    20 May 2009 12:53:56 -0000      1.1048
+++ files.el    17 Jun 2009 02:54:52 -0000      1.1049
@@ -3246,7 +3246,7 @@
 DIRECTORY is the name of a directory, a string.
 CLASS is the name of a project class, a symbol.
 MTIME is either the modification time of the directory-local
-variables file that defined this this class, or nil.
+variables file that defined this class, or nil.
 
 When a file beneath DIRECTORY is visited, the mode-specific
 variables from CLASS are applied to the buffer.  The variables




reply via email to

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