From: Richard M. Stallman Date: Sun, 30 May 2004 13:33:03 +0000 (+0000) Subject: (lisp-font-lock-keywords-2): Add multiple-value-bind. X-Git-Tag: ttn-vms-21-2-B4~5985 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5af26250bea1d100b92d56cf94cbb97795124d3c;p=emacs.git (lisp-font-lock-keywords-2): Add multiple-value-bind. --- 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." "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"