(generate-file-autoloads): Set float-output-format to
nil, not "%.20e", since nil is guaranteed to not lose info on output.
This commit is contained in:
parent
2a5fa27beb
commit
aa7ea8bd6e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ are used."
|
|||
(substring name 0 (match-beginning 0))
|
||||
name)))
|
||||
(print-length nil)
|
||||
(float-output-format "%.20e")
|
||||
(float-output-format nil)
|
||||
(done-any nil)
|
||||
(visited (get-file-buffer file))
|
||||
output-end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue