diff options
| author | Richard M. Stallman | 1994-04-13 23:22:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-13 23:22:34 +0000 |
| commit | cdf156a925d0bd7e5bac5892b5afea54eb265979 (patch) | |
| tree | 8d41f89283bf26bcb3fe94b64b742ec6c77a0906 | |
| parent | 647cec74eca86fdc1123cbaf971d4e4f972f9145 (diff) | |
| download | emacs-cdf156a925d0bd7e5bac5892b5afea54eb265979.tar.gz emacs-cdf156a925d0bd7e5bac5892b5afea54eb265979.zip | |
(dired-subdir-regexp): Allow a space in dir name.
| -rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index ced8720fd49..fbb0ac563c4 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -193,7 +193,7 @@ Each subdirectory has an element: (DIRNAME . STARTMARKER). | |||
| 193 | The order of elements is the reverse of the order in the buffer. | 193 | The order of elements is the reverse of the order in the buffer. |
| 194 | In simple cases, this list contains one element.") | 194 | In simple cases, this list contains one element.") |
| 195 | 195 | ||
| 196 | (defvar dired-subdir-regexp "^. \\([^ \n\r]+\\)\\(:\\)[\n\r]" | 196 | (defvar dired-subdir-regexp "^. \\([^\n\r]+\\)\\(:\\)[\n\r]" |
| 197 | "Regexp matching a maybe hidden subdirectory line in `ls -lR' output. | 197 | "Regexp matching a maybe hidden subdirectory line in `ls -lR' output. |
| 198 | Subexpression 1 is the subdirectory proper, no trailing colon. | 198 | Subexpression 1 is the subdirectory proper, no trailing colon. |
| 199 | The match starts at the beginning of the line and ends after the end | 199 | The match starts at the beginning of the line and ends after the end |