projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea898d
)
dired-unmark-backward: Unmark the region when is active
author
Tino Calancha
<tino.calancha@gmail.com>
Wed, 7 Dec 2016 12:27:31 +0000
(21:27 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Wed, 7 Dec 2016 12:27:31 +0000
(21:27 +0900)
* lisp/dired.el (dired-unmark-backward): Call 'dired-unmark' with
a non-nil second argument (Bug#24986).
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index daa6d776a99d387ede1776d29681179ecd37dc9a..a1eeb0b2524f1fc2de55614a9047a00d4ba7680e 100644
(file)
--- 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.