]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-re-perms): Accept directories and symbolic links
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 22:29:40 +0000 (22:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 22:29:40 +0000 (22:29 +0000)
also, not only plain files.

lisp/dired.el

index 43e1e8cfea9441373fa692816fb6051e4a322946..84c6e42adbd976b8dbfad36888c80893065314a5 100644 (file)
@@ -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.