1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00

(Fformat): Increase buffer size for floating format.

This commit is contained in:
Richard M. Stallman 1998-10-26 23:48:57 +00:00
parent 4a7cd65c8b
commit b413f89564

View file

@ -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