diff options
| author | Richard M. Stallman <rms@gnu.org> | 1998-04-24 19:46:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1998-04-24 19:46:03 +0000 |
| commit | a58ef230d35c9ea9df6d67132f27db24ad397d4a (patch) | |
| tree | 927434f5f5e0d6782c6e662b96c2eafddccd761e | |
| parent | 8acc018fe0a2627fd59c683d640cc1eddb9d3421 (diff) | |
| download | emacs-a58ef230d35c9ea9df6d67132f27db24ad397d4a.tar.gz | |
(lisp-font-lock-keywords-2): Added `defpackage'.
.
| -rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 4fb8fa576ba..0882eb7436f 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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" + "proclaim" "declaim" "declare" "defpackage" "lexical-let" "lexical-let*" "flet" "labels" "return" "return-from") t) "\\>") |
