projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d6609
)
; * lisp/simple.el (blink-matching-open): retain props in bootstrap
author
Mattias Engdegård
<mattiase@acm.org>
Wed, 3 May 2023 09:09:37 +0000
(11:09 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 3 May 2023 09:09:37 +0000
(11:09 +0200)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index c9960ed5e13adfd57b88036ee4928a12ba67899b..58517dd81f9ed278bd9165dc8db91c4285f69a65 100644
(file)
--- 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)