changeset 99237:2d4e1b33ab5c

(locate-dominating-stop-dir-regexp): Fix typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 30 Oct 2008 04:32:22 +0000
parents 33f425648e13
children 64c15f2c2950
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Thu Oct 30 02:27:28 2008 +0000
+++ b/lisp/files.el	Thu Oct 30 04:32:22 2008 +0000
@@ -717,7 +717,7 @@
 (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