symbol-macrolet' is similar to let', not `multiple-value-bind'.

This commit is contained in:
Sam Steingold 2003-04-25 02:00:17 +00:00
parent 4e80f517a9
commit 10b97bf735
2 changed files with 4 additions and 1 deletions

View file

@ -544,7 +544,7 @@ If nil, indent backquoted lists as data, i.e., like quoted lists."
(progv (4 4 &body))
(return 0)
(return-from (nil &body))
(symbol-macrolet . multiple-value-bind)
(symbol-macrolet . let)
(tagbody lisp-indent-tagbody)
(throw 1)
(unless 1)