diff options
| -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." | |||
| 863 | (when marker-char | 863 | (when marker-char |
| 864 | (let ((dired-marker-char | 864 | (let ((dired-marker-char |
| 865 | (if (integerp marker-char) marker-char dired-marker-char))) | 865 | (if (integerp marker-char) marker-char dired-marker-char))) |
| 866 | (dired-mark))) | 866 | (dired-mark nil))) |
| 867 | ;; Compensate for a bug in ange-ftp. | 867 | ;; Compensate for a bug in ange-ftp. |
| 868 | ;; It inserts the file's absolute name, rather than | 868 | ;; It inserts the file's absolute name, rather than |
| 869 | ;; the relative one. That may be hard to fix since it | 869 | ;; the relative one. That may be hard to fix since it |