]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-add-entry): Add missing argument to `dired-mark'.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Sep 2002 06:31:43 +0000 (06:31 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Sep 2002 06:31:43 +0000 (06:31 +0000)
lisp/dired-aux.el

index d735d1cc55085afe2da274da845ea1af65b92d7a..ea6cdef8fc690f89c03d281e97efc350ce851629 100644 (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