From: Mattias EngdegÄrd Date: Wed, 3 May 2023 09:09:37 +0000 (+0200) Subject: ; * lisp/simple.el (blink-matching-open): retain props in bootstrap X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5315f4f518d792399ea05bef7b3998e445de2d7c;p=emacs.git ; * lisp/simple.el (blink-matching-open): retain props in bootstrap --- diff --git a/lisp/simple.el b/lisp/simple.el index c9960ed5e13..58517dd81f9 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)