mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
(blink-matching-open): Don't log paren matching
messages in *Messages*.
This commit is contained in:
parent
05edf8bd68
commit
a117eaee5e
@ -3322,7 +3322,8 @@ when it is off screen)."
|
||||
(matching-paren (char-after blinkpos))))))
|
||||
(if mismatch (setq blinkpos nil))
|
||||
(if blinkpos
|
||||
(progn
|
||||
;; Don't log messages about paren matching.
|
||||
(let (message-log-max)
|
||||
(goto-char blinkpos)
|
||||
(if (pos-visible-in-window-p)
|
||||
(and blink-matching-paren-on-screen
|
||||
|
Loading…
Reference in New Issue
Block a user