Mercurial > emacs
changeset 13138:2a0ef3a2ccc3
(byte-compile-from-buffer): Bind print-level.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 06 Oct 1995 22:42:19 +0000 |
parents | a83a1515fd9b |
children | 726601c2852a |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)