emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/obsolete/fast-lock.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/fast-lock.el,v
Date: Mon, 13 Aug 2007 13:42:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: lisp/obsolete/fast-lock.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/obsolete/fast-lock.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- lisp/obsolete/fast-lock.el  26 Jul 2007 05:27:20 -0000      1.12
+++ lisp/obsolete/fast-lock.el  13 Aug 2007 13:41:27 -0000      1.13
@@ -523,7 +523,7 @@
                ;; Just a directory.
                directory)
               (t
-               ;; A directory iff the file name matches the regexp.
+               ;; A directory if the file name matches the regexp.
                (let ((bufile (expand-file-name buffer-file-truename))
                      (case-fold-search nil))
                  (when (save-match-data (string-match (car directory) bufile))




reply via email to

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