; * lisp/simple.el (blink-matching-open): retain props in bootstrap

This commit is contained in:
Mattias Engdegård 2023-05-03 11:09:37 +02:00
parent 40d6609563
commit 5315f4f518

View file

@ -9339,9 +9339,8 @@ The function should return non-nil if the two tokens do not match.")
(delete-overlay blink-matching--overlay)))))
((not show-paren-context-when-offscreen)
(minibuffer-message
#("Matches %s"
;; Make the following text (i.e., %s) prominent.
0 7 (face shadow))
"%s%s"
(propertize "Matches " 'face 'shadow)
(blink-paren-open-paren-line-string blinkpos)))))))
(defun blink-paren-open-paren-line-string (pos)