unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24986: 26.0.50; dired-unmark-backward doesn't unmark the region
@ 2016-11-22 15:40 Tino Calancha
  2016-12-07 12:30 ` Tino Calancha
  0 siblings, 1 reply; 2+ messages in thread
From: Tino Calancha @ 2016-11-22 15:40 UTC (permalink / raw)
  To: 24986

According with the doc string, `dired-unmark-backward' should
unmark the region when is active.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
From 7bf191489f3a0cb15079eda8ec9d4762bf9a5493 Mon Sep 17 00:00:00 2001
From: Tino Calancha <tino.calancha@gmail.com>
Date: Wed, 23 Nov 2016 00:36:40 +0900
Subject: [PATCH] dired-unmark-backward: Unmark the region when is active

* lisp/dired.el (dired-unmark-backward): Call 'dired-unmark' with
a non-nil second argument.
---
 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 @@ dired-unmark-backward
 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.
-- 
2.10.2

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
In GNU Emacs 26.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.3)
 of 2016-11-23
Repository revision: afe2997119a5e6b108851f2e236037da1d4acef2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#24986: 26.0.50; dired-unmark-backward doesn't unmark the region
  2016-11-22 15:40 bug#24986: 26.0.50; dired-unmark-backward doesn't unmark the region Tino Calancha
@ 2016-12-07 12:30 ` Tino Calancha
  0 siblings, 0 replies; 2+ messages in thread
From: Tino Calancha @ 2016-12-07 12:30 UTC (permalink / raw)
  To: 24986-done

Tino Calancha <tino.calancha@gmail.com> writes:

> According with the doc string, `dired-unmark-backward' should
> unmark the region when is active.
Fixed in master branch as commit fe90564.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-07 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-22 15:40 bug#24986: 26.0.50; dired-unmark-backward doesn't unmark the region Tino Calancha
2016-12-07 12:30 ` Tino Calancha

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).