diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-06 22:42:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-06 22:42:19 +0000 |
commit | 95e7d9333da41695843e88da8cde0e0751427461 (patch) | |
tree | b63898d4fdd54f28dcb0c7e29062112a3d27d720 /lisp/emacs-lisp | |
parent | 4c4cbf11f63b52e96fc223991410f51ba6f93644 (diff) | |
download | emacs-95e7d9333da41695843e88da8cde0e0751427461.tar.gz emacs-95e7d9333da41695843e88da8cde0e0751427461.tar.bz2 emacs-95e7d9333da41695843e88da8cde0e0751427461.zip |
(byte-compile-from-buffer): Bind print-level.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 1 |
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) |