Mercurial > emacs
changeset 4129:6be09b68817f
* bytecomp.el (byte-compile-from-buffer): Bind float-output-format
to "%.20e", not "%20e"; the latter is always ignored, since it
doesn't have a decimal point after the percent sign.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 18 Jul 1993 06:18:45 +0000 |
parents | cd2afb94d892 |
children | e5aee6a3bb75 |
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 Sun Jul 18 06:18:03 1993 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Sun Jul 18 06:18:45 1993 +0000 @@ -1244,7 +1244,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 "%.20e") (case-fold-search nil) (print-length nil) ;; Simulate entry to byte-compile-top-level