diff lisp/emacs-lisp/bytecomp.el @ 4556:db0a4691f468

(byte-compile-from-buffer): 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:39:21 +0000
parents 9081f7a8fa6d
children f48e54cb9b01
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Wed Aug 11 06:38:38 1993 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Wed Aug 11 06:39:21 1993 +0000
@@ -1249,7 +1249,7 @@
   ;; buffer --> output-buffer, or buffer --> eval form, return nil
   (let (outbuffer)
     (let (;; Prevent truncation of flonums and lists as we read and print them
-	  (float-output-format "%.20e")
+	  (float-output-format nil)
 	  (case-fold-search nil)
 	  (print-length nil)
 	  ;; Simulate entry to byte-compile-top-level