(autoload-generate-file-autoloads):

Bind print-level to ensure output forms aren't truncated if
print-level is set to eval-expression-print-level when going via
eval-defun and friends, or has been otherwise fiddled with.
This commit is contained in:
Stefan Monnier 2008-04-11 01:59:14 +00:00
parent 474d35ca3f
commit 37eb1eeae5
2 changed files with 10 additions and 2 deletions

View file

@ -301,6 +301,7 @@ Return non-nil in the case where no autoloads were added at point."
(substring name 0 (match-beginning 0))
name)))
(print-length nil)
(print-level nil)
(print-readably t) ; This does something in Lucid Emacs.
(float-output-format nil)
(done-any nil)