1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 12:31:32 -08:00

(lisp-font-lock-keywords): Fontify handler-case', ccase',

`ctypecase', `assert', `error'.
This commit is contained in:
Richard M. Stallman 1998-07-10 03:19:33 +00:00
parent 583f5d53e6
commit 3fd00dcb42

View file

@ -1956,6 +1956,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
(cons (concat
"(" (regexp-opt
'("when" "unless" "case" "ecase" "typecase" "etypecase"
"ccase" "ctypecase" "handler-case" "assert" "error"
"loop" "do" "do*" "dotimes" "dolist"
"proclaim" "declaim" "declare"
"lexical-let" "lexical-let*" "flet" "labels"