diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-17 07:25:35 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-17 07:25:35 +0000 |
commit | 416f1c6f650efa06055f2e293cbae6c178539a25 (patch) | |
tree | 71ac863f23fcfc9ff73d081366130f30e4dc42c5 /lisp/dired-aux.el | |
parent | a18bf3501a43e13a6a7a3208ef37cd3d58db0e83 (diff) | |
download | emacs-416f1c6f650efa06055f2e293cbae6c178539a25.tar.gz |
(dired-add-entry): Put point in correct position before inserting marker char.
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 |