diff options
| author | Richard M. Stallman | 1998-04-24 19:46:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-24 19:46:03 +0000 |
| commit | a58ef230d35c9ea9df6d67132f27db24ad397d4a (patch) | |
| tree | 927434f5f5e0d6782c6e662b96c2eafddccd761e | |
| parent | 8acc018fe0a2627fd59c683d640cc1eddb9d3421 (diff) | |
| download | emacs-a58ef230d35c9ea9df6d67132f27db24ad397d4a.tar.gz emacs-a58ef230d35c9ea9df6d67132f27db24ad397d4a.zip | |
(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." | |||
| 1957 | "(" (regexp-opt | 1957 | "(" (regexp-opt |
| 1958 | '("when" "unless" "case" "ecase" "typecase" "etypecase" | 1958 | '("when" "unless" "case" "ecase" "typecase" "etypecase" |
| 1959 | "loop" "do" "do*" "dotimes" "dolist" | 1959 | "loop" "do" "do*" "dotimes" "dolist" |
| 1960 | "proclaim" "declaim" "declare" | 1960 | "proclaim" "declaim" "declare" "defpackage" |
| 1961 | "lexical-let" "lexical-let*" "flet" "labels" | 1961 | "lexical-let" "lexical-let*" "flet" "labels" |
| 1962 | "return" "return-from") t) | 1962 | "return" "return-from") t) |
| 1963 | "\\>") | 1963 | "\\>") |