Mercurial > emacs
diff lisp/emacs-lisp/autoload.el @ 4555:434ef4c2fda7
(generate-file-autoloads): Set float-output-format to
nil, not "%.20e", since nil is guaranteed to not lose info on output.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Aug 1993 06:38:38 +0000 |
parents | ccb1fb62bba6 |
children | b1e5e6efed1d |
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el Wed Aug 11 06:17:43 1993 +0000 +++ b/lisp/emacs-lisp/autoload.el Wed Aug 11 06:38:38 1993 +0000 @@ -109,7 +109,7 @@ (substring name 0 (match-beginning 0)) name))) (print-length nil) - (float-output-format "%.20e") + (float-output-format nil) (done-any nil) (visited (get-file-buffer file)) output-end)