]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-font-lock-keywords-2): Add multiple-value-bind.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 May 2004 13:33:03 +0000 (13:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 May 2004 13:33:03 +0000 (13:33 +0000)
lisp/font-lock.el

index 044c414d84ebdd166f2c04855a7b81f9fd0255e2..3f5ba6fcf02d52b3be78f7554aa6f18d6f0171e9 100644 (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"