From: Glenn Morris Date: Thu, 30 Oct 2008 04:32:33 +0000 (+0000) Subject: (locate-dominating-stop-dir-regexp): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~2091 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=976556c92132724204a49c13c88c28c025ab784d;p=emacs.git (locate-dominating-stop-dir-regexp): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d681ead850e..d16e4f52d2a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-10-30 Glenn Morris + + * files.el (locate-dominating-stop-dir-regexp): Fix typo. + 2008-10-29 Chong Yidong * electric.el (Electric-pop-up-window): Don't shrink the window if diff --git a/lisp/files.el b/lisp/files.el index 710c2a4f367..84a919befa5 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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