Remove byte-compile-form-stack backstop
* lisp/emacs-lisp/cconv.el (cconv-closure-convert): Eliminate a binding that probably isn't useful after all.
This commit is contained in:
parent
61190b5146
commit
9370bc9d1a
1 changed files with 1 additions and 2 deletions
|
@ -123,8 +123,7 @@ using dynamic scoping.
|
|||
Returns a form where all lambdas don't have any free variables."
|
||||
(let ((cconv--dynbound-variables dynbound-vars)
|
||||
(cconv-freevars-alist '())
|
||||
(cconv-var-classification '())
|
||||
(byte-compile-form-stack byte-compile-form-stack))
|
||||
(cconv-var-classification '()))
|
||||
;; Analyze form - fill these variables with new information.
|
||||
(cconv-analyze-form form '())
|
||||
(setq cconv-freevars-alist (nreverse cconv-freevars-alist))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue