Mercurial > emacs
changeset 6864:7c689b8065bd
(dired-subdir-regexp): Allow a space in dir name.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 13 Apr 1994 23:22:34 +0000 |
parents | 2aab30ba72b4 |
children | 82b01d3bcead |
files | lisp/dired.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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