branch: externals/transient
commit afdf1f0050d38457dad6efc513bc7118445e8028
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Clean echo-area when the timer shows the popup
---
 lisp/transient.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index eda0ee82c5..d9b060bc41 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1655,7 +1655,9 @@ EDIT may be non-nil."
         (run-at-time (abs transient-show-popup) nil
                      (lambda ()
                        (transient--timer-cancel)
-                       (transient--show)))))
+                       (transient--show)
+                       (let ((message-log-max nil))
+                         (message ""))))))
 
 (defun transient--timer-cancel ()
   (when transient--timer

Reply via email to