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 [EMACS_22_B


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/fast-lock.el, v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:32:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:32:27

Index: fast-lock.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/obsolete/fast-lock.el,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -b -r1.11.2.1 -r1.11.2.2
--- fast-lock.el        25 Jul 2007 04:24:43 -0000      1.11.2.1
+++ fast-lock.el        8 Aug 2007 07:32:27 -0000       1.11.2.2
@@ -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]