emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fe90564: dired-unmark-backward: Unmark the region w


From: Tino Calancha
Subject: [Emacs-diffs] master fe90564: dired-unmark-backward: Unmark the region when is active
Date: Wed, 7 Dec 2016 12:28:42 +0000 (UTC)

branch: master
commit fe905647b53d00b1bd36e4f7ac756135635bb49a
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    dired-unmark-backward: Unmark the region when is active
    
    * lisp/dired.el (dired-unmark-backward): Call 'dired-unmark' with
    a non-nil second argument (Bug#24986).
---
 lisp/dired.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/dired.el b/lisp/dired.el
index daa6d77..a1eeb0b 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -3313,7 +3313,7 @@ is one line.
 If the region is active in Transient Mark mode, unmark all files
 in the active region."
   (interactive "p")
-  (dired-unmark (- arg)))
+  (dired-unmark (- arg) t))
 
 (defun dired-toggle-marks ()
   "Toggle marks: marked files become unmarked, and vice versa.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]