# HG changeset patch # User Richard M. Stallman # Date 1085923983 0 # Node ID 217a5e37c7004696057fdff729233c8f325cb37c # Parent fea2f114cd7de4ffdc2b493186355bbe3dc52c7a (lisp-font-lock-keywords-2): Add multiple-value-bind. diff -r fea2f114cd7d -r 217a5e37c700 lisp/font-lock.el --- a/lisp/font-lock.el Sun May 30 06:06:25 2004 +0000 +++ b/lisp/font-lock.el Sun May 30 13:33:03 2004 +0000 @@ -1910,6 +1910,7 @@ "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"