]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-re-perms): Accept various file type letters.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Sep 1994 23:18:19 +0000 (23:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Sep 1994 23:18:19 +0000 (23:18 +0000)
lisp/dired.el

index 84c6e42adbd976b8dbfad36888c80893065314a5..3b0bd1478d3cbc184d6fc535aadd6719ac9d667f 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 "[-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.