mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(byte-compile-from-buffer): Set float-output-format to
nil, not "%.20e", since nil is guaranteed to not lose info on output.
This commit is contained in:
parent
aa7ea8bd6e
commit
b0787891e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1249,7 +1249,7 @@ With argument, insert value in current buffer after the form."
|
|||
;; 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue