diff options
Diffstat (limited to 'lisp/emacs-lisp/byte-lexbind.el')
-rw-r--r-- | lisp/emacs-lisp/byte-lexbind.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/byte-lexbind.el b/lisp/emacs-lisp/byte-lexbind.el index 313c4b6ad0f..06353e2eea8 100644 --- a/lisp/emacs-lisp/byte-lexbind.el +++ b/lisp/emacs-lisp/byte-lexbind.el @@ -585,6 +585,7 @@ proper scope)." (= nclosures byte-compile-current-num-closures)) ;; No need to push a heap environment. nil + (error "Should have been handled by cconv") ;; Have to push one. A heap environment is really just a vector, so ;; we emit bytecodes to create a vector. However, the size is not ;; fixed yet (the vector can grow if subforms use it to store |