]> git.eshelyaron.com Git - emacs.git/commitdiff
(locate-dominating-stop-dir-regexp): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Thu, 30 Oct 2008 04:32:33 +0000 (04:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 30 Oct 2008 04:32:33 +0000 (04:32 +0000)
lisp/ChangeLog
lisp/files.el

index d681ead850e4fbd222693bf1ba23ee5a3f2bce6a..d16e4f52d2ae931956fcde7863a8df3e0bad28df 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-30  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (locate-dominating-stop-dir-regexp): Fix typo.
+
 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
 
        * electric.el (Electric-pop-up-window): Don't shrink the window if
index 710c2a4f3674091ad2f485a0cb988b4a5b5b5402..84a919befa55c148c45f3e8e18c652b381b72cdb 100644 (file)
@@ -717,7 +717,7 @@ PATH-AND-SUFFIXES is a pair of lists, (DIRECTORIES . SUFFIXES)."
 (make-obsolete 'locate-file-completion 'locate-file-completion-table "23.1")
 
 (defvar locate-dominating-stop-dir-regexp
-  "\\`\\(?:[\\/][\\/]\\|/\\(?:net\\|afs\\|\\.\\\.\\.\\)/\\)\\'"
+  "\\`\\(?:[\\/][\\/]\\|/\\(?:net\\|afs\\|\\.\\.\\.\\)/\\)\\'"
   "Regexp of directory names which stop the search in `locate-dominating-file'.
 Any directory whose name matches this regexp will be treated like
 a kind of root directory by `locate-dominating-file' which will stop its search