changeset 55856:217a5e37c700

(lisp-font-lock-keywords-2): Add multiple-value-bind.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 May 2004 13:33:03 +0000
parents fea2f114cd7d
children a713acca9ca9
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"