1
0
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:
Juanma Barranquero 2002-09-16 06:31:43 +00:00
parent dd42d3ba17
commit ac28c6ca79

View File

@ -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