changeset 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 cf541ed1fed8
children db0a4691f468
files lisp/emacs-lisp/autoload.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)