mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
(locate-dominating-stop-dir-regexp): Add terminal
directory separator to UNC path case (Bug#3252).
This commit is contained in:
parent
4a83454db6
commit
41c4018353
@ -1,3 +1,8 @@
|
||||
2009-05-20 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* files.el (locate-dominating-stop-dir-regexp): Add terminal
|
||||
directory separator to UNC path case (Bug#3252).
|
||||
|
||||
2009-05-20 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* international/encoded-kb.el (encoded-kbd-setup-display): Change
|
||||
|
@ -742,7 +742,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
|
||||
|
Loading…
Reference in New Issue
Block a user