From: Juanma Barranquero Date: Mon, 16 Sep 2002 06:31:43 +0000 (+0000) Subject: (dired-add-entry): Add missing argument to `dired-mark'. X-Git-Tag: ttn-vms-21-2-B4~13154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac28c6ca79709facde7ace5d414c03535289a883;p=emacs.git (dired-add-entry): Add missing argument to `dired-mark'. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index d735d1cc550..ea6cdef8fc6 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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