]> git.eshelyaron.com Git - emacs.git/commit
Fontify special forms and macros the same
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 25 Jan 2021 06:44:29 +0000 (07:44 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 25 Jan 2021 06:44:29 +0000 (07:44 +0100)
commita10c74fbea46d5299e19167248383c69fd30648c
tree7184f1dd0d9401a6798d8a66d51fce1077bed797
parent9503f8d96cc89fa89bb68e183c79f0d9cb1b4d32
Fontify special forms and macros the same

* lisp/emacs-lisp/lisp-mode.el (lisp--el-match-keyword): Handle
special forms and macros the same way (bug#43265).  This makes
things like (setq a '(if a b)) be fontified correctly (i.e., not
fontified as a keyword).
lisp/emacs-lisp/lisp-mode.el
test/lisp/progmodes/elisp-mode-tests.el