From 416f1c6f650efa06055f2e293cbae6c178539a25 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 17 Oct 2002 07:25:35 +0000 Subject: [PATCH] (dired-add-entry): Put point in correct position before inserting marker char. --- lisp/dired-aux.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2