* lisp/dired.el (dired-get-marked-files): Allow ! on . and ...

Fixes: debbugs:12725
This commit is contained in:
Stefan Monnier 2012-10-25 09:00:52 -04:00
parent 414a8595f0
commit aaabfc8b27
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
* dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
* minibuffer.el (minibuffer-force-complete): Fix thinko.
* net/ldap.el (ldap-search-internal): The official ldif format starts

View file

@ -620,7 +620,7 @@ Don't use that together with FILTER."
(let* ((all-of-them
(save-excursion
(dired-map-over-marks
(dired-get-filename localp)
(dired-get-filename localp 'no-error-if-not-filep)
arg nil distinguish-one-marked)))
result)
(if (not filter)