(byte-compile-from-buffer): Bind print-level.

This commit is contained in:
Richard M. Stallman 1995-10-06 22:42:19 +00:00
parent 4c4cbf11f6
commit 95e7d9333d

View file

@ -1322,6 +1322,7 @@ With argument, insert value in current buffer after the form."
(float-output-format nil)
(case-fold-search nil)
(print-length nil)
(print-level nil)
;; Simulate entry to byte-compile-top-level
(byte-compile-constants nil)
(byte-compile-variables nil)