# HG changeset patch # User Chong Yidong # Date 1234363644 0 # Node ID 2ee2b248bc62138f0db00b74222c22c3dbce59ba # Parent c1fe31abc35fe25e04f6fb9d20033f04b59e3d32 (dired-add-entry): Avoid munging long-form Dired switches (Bug#2261). diff -r c1fe31abc35f -r 2ee2b248bc62 lisp/dired-aux.el --- a/lisp/dired-aux.el Wed Feb 11 14:46:05 2009 +0000 +++ b/lisp/dired-aux.el Wed Feb 11 14:47:24 2009 +0000 @@ -1074,7 +1074,7 @@ ;; 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.