Mercurial > emacs
changeset 47498:26afa4825cc1
(dired-add-entry): Add missing argument to `dired-mark'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 16 Sep 2002 06:31:43 +0000 |
parents | 036e57c15cdc |
children | 587c549890cf |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Mon Sep 16 02:49:22 2002 +0000 +++ b/lisp/dired-aux.el Mon Sep 16 06:31:43 2002 +0000 @@ -863,7 +863,7 @@ (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