diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-07 11:03:43 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-07 11:03:43 +0100 |
| commit | aa04453891f4ccec0e86f6cf33d58633cd2c332c (patch) | |
| tree | c2476675622f17b62dd00156737841d31997ec7e | |
| parent | 660a53acfcc7218a85f4d2552c86d4f5663a630d (diff) | |
transient--redisplay: Remove noise
| -rw-r--r-- | lisp/transient.el | 2 |
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)) |
