diff --git a/src/editfns.c b/src/editfns.c index 1f855e8480e..a0c09ebf095 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -2576,7 +2576,7 @@ Use %% to put a single % into the output.") { if (! (*format == 'e' || *format == 'f' || *format == 'g')) args[n] = Ftruncate (args[n], Qnil); - thissize = 60; + thissize = 200; } #endif else