summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-01-07 11:03:43 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-01-07 11:03:43 +0100
commitaa04453891f4ccec0e86f6cf33d58633cd2c332c (patch)
treec2476675622f17b62dd00156737841d31997ec7e
parent660a53acfcc7218a85f4d2552c86d4f5663a630d (diff)
transient--redisplay: Remove noise
-rw-r--r--lisp/transient.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/transient.el b/lisp/transient.el
index f7f3f8d..3c2e7fd 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3053,7 +3053,7 @@ value. Otherwise return CHILDREN as is.")
mouse-set-region))
(eq (event-basic-type last-command-event)
'mouse-movement))
- (and (eq (current-buffer) transient--buffer))))
+ (eq (current-buffer) transient--buffer)))
(transient--show))
(when (and (numberp transient-show-popup)
(not (zerop transient-show-popup))