mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
move defpackage to lisp-font-lock-keywords-1
This commit is contained in:
parent
cb6792d2db
commit
5bbc1cf756
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
"\\>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue