aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
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.")
2576 { 2576 {
2577 if (! (*format == 'e' || *format == 'f' || *format == 'g')) 2577 if (! (*format == 'e' || *format == 'f' || *format == 'g'))
2578 args[n] = Ftruncate (args[n], Qnil); 2578 args[n] = Ftruncate (args[n], Qnil);
2579 thissize = 60; 2579 thissize = 200;
2580 } 2580 }
2581#endif 2581#endif
2582 else 2582 else