[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient aaefee0d01 03/25: Remove comments mentioning
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient aaefee0d01 03/25: Remove comments mentioning a legacy Emacs bug |
Date: |
Tue, 3 Dec 2024 14:35:00 -0500 (EST) |
branch: externals/transient
commit aaefee0d016633a6178a8335b247e839668dc46c
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Remove comments mentioning a legacy Emacs bug
I won't forget about that again. Also, because it emphasizes that even
though overall the value matter, there also are side-effects, I would
use the `progn' even it weren't necessary to work around that historic
bug.
---
lisp/transient.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index 8e4697fd08..d25dc76592 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1715,7 +1715,7 @@ probably use this instead:
(error "BUG: Cannot determine suffix object")))))
((and-let* ((obj (transient--suffix-prototype (or command this-command)))
(obj (clone obj)))
- (progn ; work around debbugs#31840
+ (progn
(transient-init-scope obj)
(transient-init-value obj)
obj)))))
@@ -2186,7 +2186,7 @@ value. Otherwise return CHILDREN as is."
(oset obj inapt t))))
(suffixes (mapcan (lambda (c) (transient--init-child levels c
obj))
(transient-setup-children obj children))))
- (progn ; work around debbugs#31840
+ (progn
(oset obj suffixes suffixes)
(list obj)))))
- [elpa] externals/transient updated (35bbc35929 -> 645f1b2cd4), Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient c9a62d5a16 10/25: Improve doc-strings of functions dealing with values, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient deb1569c9c 07/25: transient-prefix-value: New generic function, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient c93c35f567 13/25: transient--show: Fix window height for more setups, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient aaefee0d01 03/25: Remove comments mentioning a legacy Emacs bug,
Jonas Bernoulli <=
- [elpa] externals/transient 3b28a2f8d6 12/25: transient-hide-during-minibuffer-read: Change default to t, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 3539231b98 20/25: fixup(e3e2e111): Improve options for showing menu during minibuffer use, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 645f1b2cd4 25/25: transient--stack-push: Preserve the value, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient d64b73efbc 17/25: transient-scope: Return nil if all prefixes are nil, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient ecdee415fb 16/25: transient-scope: Fully revert behavior with no argument, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient b3f3aa034a 09/25: transient-init-value: Define noop method for transient-suffix, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 4130f62966 11/25: transient--show: Run transient-setup-buffer-hook later, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 24a1be509b 02/25: docs: Fix word order, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient d0cba152dc 06/25: transient-scope: Add PREFIX argument, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 75f0aef8d7 04/25: Add new "Scope" top-level section, Jonas Bernoulli, 2024/12/03