changeset 22730:0fb112106d3e

(lisp-font-lock-keywords): Fontify `handler-case', `ccase', `ctypecase', `assert', `error'.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Jul 1998 03:19:33 +0000
parents 3537e1563a66
children 776e56dbde3c
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Thu Jul 09 14:02:15 1998 +0000
+++ b/lisp/font-lock.el	Fri Jul 10 03:19:33 1998 +0000
@@ -1956,6 +1956,7 @@
       (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"