projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c238be2
)
(dired-re-perms): Accept directories and symbolic links
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 22:29:40 +0000
(22:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 22:29:40 +0000
(22:29 +0000)
also, not only plain files.
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 43e1e8cfea9441373fa692816fb6051e4a322946..84c6e42adbd976b8dbfad36888c80893065314a5 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 "
-
[-r][-w].[-r][-w].[-r][-w].")
+(defvar dired-re-perms "
[-dl]
[-r][-w].[-r][-w].[-r][-w].")
(defvar dired-re-dot "^.* \\.\\.?$")
;; The subdirectory names in this list are expanded.