aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.