diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-09-16 06:31:43 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-09-16 06:31:43 +0000 |
commit | ac28c6ca79709facde7ace5d414c03535289a883 (patch) | |
tree | f2dbeee89f20e68fc6cab9c70e5af6eb68416946 /lisp/dired-aux.el | |
parent | dd42d3ba17ac1094d9ccb06b21bf37de04d0bc4d (diff) | |
download | emacs-ac28c6ca79709facde7ace5d414c03535289a883.tar.gz |
(dired-add-entry): Add missing argument to `dired-mark'.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |