(lexical-let): Fixed a bug involving nested
lexical contexts and macros.
This commit is contained in:
parent
8c605b4bb1
commit
70a036cfe6
1 changed files with 1 additions and 0 deletions
|
@ -1294,6 +1294,7 @@ lexical closures as in Common Lisp."
|
|||
(or (consp x) (setq x (list x)))
|
||||
(cl-push (gensym (format "--%s--" (car x)))
|
||||
cl-closure-vars)
|
||||
(set (car cl-closure-vars) [bad-lexical-ref])
|
||||
(list (car x) (cadr x) (car cl-closure-vars))))
|
||||
bindings))
|
||||
(ebody
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue