# HG changeset patch # User Richard M. Stallman # Date 766279354 0 # Node ID 7c689b8065bd67aef3ca273ba7f171e0673f575b # Parent 2aab30ba72b4b98abdf1e66092b467b0ed45a864 (dired-subdir-regexp): Allow a space in dir name. diff -r 2aab30ba72b4 -r 7c689b8065bd lisp/dired.el --- a/lisp/dired.el Wed Apr 13 22:24:38 1994 +0000 +++ b/lisp/dired.el Wed Apr 13 23:22:34 1994 +0000 @@ -193,7 +193,7 @@ 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