emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#24986: closed (26.0.50; dired-unmark-backward does


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24986: closed (26.0.50; dired-unmark-backward doesn't unmark the region)
Date: Wed, 07 Dec 2016 12:31:02 +0000

Your message dated Wed, 07 Dec 2016 21:30:08 +0900
with message-id <address@hidden>
and subject line Re: bug#24986: 26.0.50; dired-unmark-backward doesn't unmark 
the region
has caused the debbugs.gnu.org bug report #24986,
regarding 26.0.50; dired-unmark-backward doesn't unmark the region
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24986: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24986
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.0.50; dired-unmark-backward doesn't unmark the region Date: Wed, 23 Nov 2016 00:40:36 +0900
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 <address@hidden>
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#24986: 26.0.50; dired-unmark-backward doesn't unmark the region Date: Wed, 07 Dec 2016 21:30:08 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)
Tino Calancha <address@hidden> writes:

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


--- End Message ---

reply via email to

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