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

[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)))))
 



reply via email to

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