* lisp/emacs-lisp/oclosure.el (oclosure--lambda): Burp in dynbind mode
The "fixes" bug#66867.
This commit is contained in:
parent
9cbf0bb3ee
commit
fc8d225328
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ MUTABLE is a list of symbols indicating which of the BINDINGS
|
|||
should be mutable.
|
||||
No checking is performed."
|
||||
(declare (indent 3) (debug (sexp (&rest (sexp form)) sexp def-body)))
|
||||
(cl-assert lexical-binding) ;Can't work in dynbind dialect.
|
||||
;; FIXME: Fundamentally `oclosure-lambda' should be a special form.
|
||||
;; We define it here as a macro which expands to something that
|
||||
;; looks like "normal code" in order to avoid backward compatibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue