diff options
| author | Richard M. Stallman | 2004-05-30 13:33:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-05-30 13:33:03 +0000 |
| commit | 5af26250bea1d100b92d56cf94cbb97795124d3c (patch) | |
| tree | 7fe87bcd85d10ee8358c2de5f336492cb64fd1f1 | |
| parent | 8ad27ccc472a8a0f9b03e4a311672a99fbccff9c (diff) | |
| download | emacs-5af26250bea1d100b92d56cf94cbb97795124d3c.tar.gz emacs-5af26250bea1d100b92d56cf94cbb97795124d3c.zip | |
(lisp-font-lock-keywords-2): Add multiple-value-bind.
| -rw-r--r-- | lisp/font-lock.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 044c414d84e..3f5ba6fcf02 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -1910,6 +1910,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." | |||
| 1910 | "proclaim" "declaim" "declare" "symbol-macrolet" | 1910 | "proclaim" "declaim" "declare" "symbol-macrolet" |
| 1911 | "lexical-let" "lexical-let*" "flet" "labels" "compiler-let" | 1911 | "lexical-let" "lexical-let*" "flet" "labels" "compiler-let" |
| 1912 | "destructuring-bind" "macrolet" "tagbody" "block" | 1912 | "destructuring-bind" "macrolet" "tagbody" "block" |
| 1913 | "multiple-value-bind" | ||
| 1913 | "return" "return-from" | 1914 | "return" "return-from" |
| 1914 | "with-accessors" "with-compilation-unit" | 1915 | "with-accessors" "with-compilation-unit" |
| 1915 | "with-condition-restarts" "with-hash-table-iterator" | 1916 | "with-condition-restarts" "with-hash-table-iterator" |