+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
(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