]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-subdir-regexp): Allow a space in dir name.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Apr 1994 23:22:34 +0000 (23:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Apr 1994 23:22:34 +0000 (23:22 +0000)
lisp/dired.el

index ced8720fd49c92012a4584f625d90e28d7fdbf80..fbb0ac563c4351c368dd68394589439ccf05feb3 100644 (file)
@@ -193,7 +193,7 @@ Each subdirectory has an element: (DIRNAME . STARTMARKER).
 The order of elements is the reverse of the order in the buffer.
 In simple cases, this list contains one element.")
 
-(defvar dired-subdir-regexp "^. \\([^ \n\r]+\\)\\(:\\)[\n\r]"
+(defvar dired-subdir-regexp "^. \\([^\n\r]+\\)\\(:\\)[\n\r]"
   "Regexp matching a maybe hidden subdirectory line in `ls -lR' output.
 Subexpression 1 is the subdirectory proper, no trailing colon.
 The match starts at the beginning of the line and ends after the end