mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(dired-add-entry): Add missing argument to `dired-mark'.
This commit is contained in:
parent
dd42d3ba17
commit
ac28c6ca79
@ -863,7 +863,7 @@ a prefix arg lets you edit the `ls' switches used for the new listing."
|
||||
(when marker-char
|
||||
(let ((dired-marker-char
|
||||
(if (integerp marker-char) marker-char dired-marker-char)))
|
||||
(dired-mark)))
|
||||
(dired-mark nil)))
|
||||
;; Compensate for a bug in ange-ftp.
|
||||
;; It inserts the file's absolute name, rather than
|
||||
;; the relative one. That may be hard to fix since it
|
||||
|
Loading…
Reference in New Issue
Block a user