Mercurial > emacs
changeset 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 | 434ef4c2fda7 |
children | bc281eb57c68 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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