emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/transient 7bf97594a5 110/366: transient-infix-read: Bug


From: Jonas Bernoulli
Subject: [elpa] externals/transient 7bf97594a5 110/366: transient-infix-read: Bugfix
Date: Tue, 25 Jan 2022 18:54:32 -0500 (EST)

branch: externals/transient
commit 7bf97594a5ec1b9a682ef5a1537a6b0ecc6d9dfb
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    transient-infix-read: Bugfix
    
    Ignore the `allow-empty' slot when determining whether
    to toggle an option off instead of reading a new value.
---
 lisp/transient.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index ea27f23535..9d1c239daa 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2140,7 +2140,6 @@ it\", in which case it is pointless to preserve history.)"
   (with-slots (value multi-value allow-empty choices) obj
     (if (and value
              (not multi-value)
-             (not allow-empty)
              transient--prefix)
         (oset obj value nil)
       (let* ((overriding-terminal-local-map nil)



reply via email to

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