[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 5315f4f518d: ; * lisp/simple.el (blink-matching-open): retain pro
From: |
Mattias Engdegård |
Subject: |
master 5315f4f518d: ; * lisp/simple.el (blink-matching-open): retain props in bootstrap |
Date: |
Wed, 3 May 2023 05:18:23 -0400 (EDT) |
branch: master
commit 5315f4f518d792399ea05bef7b3998e445de2d7c
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>
; * lisp/simple.el (blink-matching-open): retain props in bootstrap
---
lisp/simple.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 5315f4f518d: ; * lisp/simple.el (blink-matching-open): retain props in bootstrap,
Mattias Engdegård <=