Fix keyword highlighting in Emacs 28+
Because they now satisfy special-variable-p.
This commit is contained in:
parent
1811cae05c
commit
d1effe2ddd
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ library/userland functions"
|
|||
((let ((symbol (intern-soft (match-string-no-properties 0))))
|
||||
(and (cond ((null symbol) nil)
|
||||
((eq symbol t) nil)
|
||||
((keywordp symbol) nil)
|
||||
((special-variable-p symbol)
|
||||
(setq +emacs-lisp--face 'font-lock-variable-name-face))
|
||||
((and (fboundp symbol)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue