]> git.eshelyaron.com Git - emacs.git/commit
Avoid false positives and false negatives of Info-quoted face
authorMauro Aranda <maurooaranda@gmail.com>
Mon, 8 Apr 2019 23:24:32 +0000 (20:24 -0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 21 Apr 2019 11:58:56 +0000 (14:58 +0300)
commit9d7e08dd8f28b1c62dfdff592ba92e8d2fa14726
treecf8bff158edefce04e2c1d0692c5639a72108dc8
parent75b589c7d2ebbe9e7048341cf666c185c07ec680
Avoid false positives and false negatives of Info-quoted face

* lisp/info.el (Info-mode-font-lock-keywords): Modify the regexp, for
matching single quotes of opening single quote and closing single
quote, and avoid matching text followed by a curly quote when it is
not quoting. (Bug#35202)
lisp/info.el