mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
* lisp/dired.el (dired-get-marked-files): Allow ! on . and ...
Fixes: debbugs:12725
This commit is contained in:
parent
414a8595f0
commit
aaabfc8b27
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue