]> git.eshelyaron.com Git - emacs.git/commit
Fix face issues in show-paren context overlay (bug#59527)
authorTassilo Horn <tsdh@gnu.org>
Thu, 24 Nov 2022 09:47:54 +0000 (10:47 +0100)
committerTassilo Horn <tsdh@gnu.org>
Thu, 24 Nov 2022 09:47:54 +0000 (10:47 +0100)
commit005efce764c50f5fc68be84a7fb52565b9a2d2bc
tree86fb91e6bd53c295718b494b0b9db5dd9ec0fe59
parent825221183390f61f163258e09e91c0a75bf6d645
Fix face issues in show-paren context overlay (bug#59527)

* lisp/paren.el (show-paren--show-context-in-overlay): Use
show-paren-priority as overlay priority (fixes problem 2 of
bug#59527).
* lisp/simple.el (blink-paren-open-paren-line-string): Ensure the
context lines are font-locked before taking the
buffer-substring (fixes problem 1 of bug#59527).
lisp/paren.el
lisp/simple.el