diff options
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index b34935c45e1..c20888f7da1 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -859,6 +859,7 @@ a prefix arg lets you edit the `ls' switches used for the new listing." (dired-insert-directory directory (concat dired-actual-switches "d") (list filename))) + (goto-char opoint) ;; Put in desired marker char. (when marker-char (let ((dired-marker-char |