summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-06 22:42:19 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-06 22:42:19 +0000
commit8da7d2414efb286c88cc9fb46b1ec99ec62a8727 (patch)
treefe19e67d86307f5117ece6db3b986d1675b106ef /lisp/emacs-lisp
parent061073d92665eb15b3db47a5ae6408449175b191 (diff)
downloademacs-8da7d2414efb286c88cc9fb46b1ec99ec62a8727.tar.gz
(byte-compile-from-buffer): Bind print-level.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 22592eb2e36..3a52413ecc6 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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)