# HG changeset patch # User Richard M. Stallman # Date 813019339 0 # Node ID 2a0ef3a2ccc327c2b12657ebc8ed5ea99940b374 # Parent a83a1515fd9b5288b235d37b23f63ca3f6b9bff0 (byte-compile-from-buffer): Bind print-level. diff -r a83a1515fd9b -r 2a0ef3a2ccc3 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Fri Oct 06 22:40:25 1995 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Fri Oct 06 22:42:19 1995 +0000 @@ -1322,6 +1322,7 @@ (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)