]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/lisp-mode.el (lisp-fdefs): Fix font-lock (bug#74307).
authorJuri Linkov <juri@linkov.net>
Thu, 5 Dec 2024 18:15:12 +0000 (20:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 6 Dec 2024 15:42:51 +0000 (16:42 +0100)
commit0c9c5bd922ed440cb302e020c45581c2df22ada2
tree1d5297fbf62cb48ef81ffda3b06eaa9321315b04
parent4a6182424df8fac17a6141980248a33bf26f823a
* lisp/emacs-lisp/lisp-mode.el (lisp-fdefs): Fix font-lock (bug#74307).

Move '(not "\\")' inside the group to not exclude the last character
for "\\<>" and similar constructs.

(cherry picked from commit 61d06762975fb203ae06a57d30397d699164ebc1)
lisp/emacs-lisp/lisp-mode.el