forked from Github/emacs
; * lisp/simple.el (blink-matching-open): retain props in bootstrap
This commit is contained in:
parent
40d6609563
commit
5315f4f518
1 changed files with 2 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue