]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fformat): Increase buffer size for floating format.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Oct 1998 23:48:57 +0000 (23:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Oct 1998 23:48:57 +0000 (23:48 +0000)
src/editfns.c

index 1f855e8480eee180ca68ff738ea14e381a787ba3..a0c09ebf095f18997703f1d80a3cacc26581d24e 100644 (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