projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0981d1a
)
(dired-re-perms): Accept various file type letters.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Sep 1994 23:18:19 +0000
(23:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Sep 1994 23:18:19 +0000
(23:18 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 84c6e42adbd976b8dbfad36888c80893065314a5..3b0bd1478d3cbc184d6fc535aadd6719ac9d667f 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-185,7
+185,7
@@
directory name and the cdr is the actual files to list.")
"-[-r][-w].[-r][-w][xs][-r][-w]."
"-[-r][-w].[-r][-w].[-r][-w][xst]")
"\\|"))
-(defvar dired-re-perms "[-
dl
][-r][-w].[-r][-w].[-r][-w].")
+(defvar dired-re-perms "[-
bcdlps
][-r][-w].[-r][-w].[-r][-w].")
(defvar dired-re-dot "^.* \\.\\.?$")
;; The subdirectory names in this list are expanded.