]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired.el (dired-get-marked-files): Allow ! on . and ...
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 Oct 2012 13:00:52 +0000 (09:00 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 Oct 2012 13:00:52 +0000 (09:00 -0400)
Fixes: debbugs:12725
lisp/ChangeLog
lisp/dired.el

index 71b3e3029b324d8817318f75b85c4a8e5474a232..ea75d3774a1f97c0d8c118666c2824468950296a 100644 (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
index 9094ce08f0aa1893918ec15b843aab36b5cfd86d..fb2f7281130f052602cf92766c856f61611656f1 100644 (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)