symbol-macrolet' is similar to
let', not `multiple-value-bind'.
This commit is contained in:
parent
4e80f517a9
commit
10b97bf735
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue