(lisp-font-lock-keywords): Fontify `handler-case', `ccase',
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 Jul 1998 03:19:33 +0000 (03:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 Jul 1998 03:19:33 +0000 (03:19 +0000)
`ctypecase', `assert', `error'.

lisp/font-lock.el

index 9ff63c6..0d8f881 100644 (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"