From 95e7d9333da41695843e88da8cde0e0751427461 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 6 Oct 1995 22:42:19 +0000 Subject: [PATCH] (byte-compile-from-buffer): Bind print-level. --- lisp/emacs-lisp/bytecomp.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2