# HG changeset patch
# User Glenn Morris <rgm@gnu.org>
# Date 1225341142 0
# Node ID 2d4e1b33ab5cc68b2fbbce49151704d4ed52c15a
# Parent  33f425648e13a7a37972adbfe224c741e24ba297
(locate-dominating-stop-dir-regexp): Fix typo.

diff -r 33f425648e13 -r 2d4e1b33ab5c lisp/files.el
--- 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