From 976556c92132724204a49c13c88c28c025ab784d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 30 Oct 2008 04:32:33 +0000 Subject: (locate-dominating-stop-dir-regexp): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/files.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'lisp') 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 -- cgit v1.2.1