aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-09-26 23:18:19 +0000
committerRichard M. Stallman <[email protected]>1994-09-26 23:18:19 +0000
commite6cecd2bb383c127e8ee9653c3d1633c71f9a174 (patch)
treee7240c488d72d19ed36fe676ae639fa1ff08f15e /lisp
parent0981d1a45e48ecad8219eb62e2e06cc4688b8d6d (diff)
(dired-re-perms): Accept various file type letters.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 84c6e42adb..3b0bd1478d 100644
--- 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.