From 5bbc1cf756cf780e1fcac803f28fc3dc603d0794 Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Tue, 5 May 1998 09:29:55 +0000 Subject: [PATCH] move defpackage to lisp-font-lock-keywords-1 --- lisp/font-lock.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 0882eb7436f..4db863c2af0 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1913,7 +1913,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." ;; Variable declarations. "\\(const\\|custom\\|face\\|var\\)\\|" ;; Structure declarations. - "\\(class\\|group\\|struct\\|type\\)" + "\\(class\\|group\\|package\\|struct\\|type\\)" "\\)\\)\\>" ;; Any whitespace and defined object. "[ \t'\(]*" @@ -1957,7 +1957,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." "(" (regexp-opt '("when" "unless" "case" "ecase" "typecase" "etypecase" "loop" "do" "do*" "dotimes" "dolist" - "proclaim" "declaim" "declare" "defpackage" + "proclaim" "declaim" "declare" "lexical-let" "lexical-let*" "flet" "labels" "return" "return-from") t) "\\>") -- 2.39.2