aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-24 22:29:40 +0000
committerRichard M. Stallman1994-09-24 22:29:40 +0000
commita8fe806efad80b4f03574f63fdbd9d64ceb9cb42 (patch)
tree1d516cdb59fd0f469c3ad0802b1de524b0942700
parentc238be244b8eba4d22fe6dc93ba9797c53e47039 (diff)
downloademacs-a8fe806efad80b4f03574f63fdbd9d64ceb9cb42.tar.gz
emacs-a8fe806efad80b4f03574f63fdbd9d64ceb9cb42.zip
(dired-re-perms): Accept directories and symbolic links
also, not only plain files.
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 43e1e8cfea9..84c6e42adbd 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -185,7 +185,7 @@ directory name and the cdr is the actual files to list.")
185 "-[-r][-w].[-r][-w][xs][-r][-w]." 185 "-[-r][-w].[-r][-w][xs][-r][-w]."
186 "-[-r][-w].[-r][-w].[-r][-w][xst]") 186 "-[-r][-w].[-r][-w].[-r][-w][xst]")
187 "\\|")) 187 "\\|"))
188(defvar dired-re-perms "-[-r][-w].[-r][-w].[-r][-w].") 188(defvar dired-re-perms "[-dl][-r][-w].[-r][-w].[-r][-w].")
189(defvar dired-re-dot "^.* \\.\\.?$") 189(defvar dired-re-dot "^.* \\.\\.?$")
190 190
191;; The subdirectory names in this list are expanded. 191;; The subdirectory names in this list are expanded.