(lisp-font-lock-keywords-2): Add multiple-value-bind.

This commit is contained in:
Richard M. Stallman
2004-05-30 13:33:03 +00:00
parent 8ad27ccc47
commit 5af26250be

View File

@@ -1910,6 +1910,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
"proclaim" "declaim" "declare" "symbol-macrolet"
"lexical-let" "lexical-let*" "flet" "labels" "compiler-let"
"destructuring-bind" "macrolet" "tagbody" "block"
"multiple-value-bind"
"return" "return-from"
"with-accessors" "with-compilation-unit"
"with-condition-restarts" "with-hash-table-iterator"