mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00: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
@ -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…
Reference in New Issue
Block a user