aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired-aux.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 3bc5f4bb2d9..9d34d9542dc 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1074,7 +1074,7 @@ See Info node `(emacs)Subdir switches' for more details."
1074 ;; Don't expand `.'. Show just the file name within directory. 1074 ;; Don't expand `.'. Show just the file name within directory.
1075 (let ((default-directory directory)) 1075 (let ((default-directory directory))
1076 (dired-insert-directory directory 1076 (dired-insert-directory directory
1077 (concat dired-actual-switches "d") 1077 (concat dired-actual-switches " -d")
1078 (list filename))) 1078 (list filename)))
1079 (goto-char opoint) 1079 (goto-char opoint)
1080 ;; Put in desired marker char. 1080 ;; Put in desired marker char.