From 7f7f59f5c3e1c8a4efe20b9351ee3f0f66b6e12b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 11 Feb 2009 14:47:24 +0000 Subject: [PATCH] (dired-add-entry): Avoid munging long-form Dired switches (Bug#2261). --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ;; Don't expand `.'. Show just the file name within directory. (let ((default-directory directory)) (dired-insert-directory directory - (concat dired-actual-switches "d") + (concat dired-actual-switches " -d") (list filename))) (goto-char opoint) ;; Put in desired marker char. -- 2.39.5