Mercurial > emacs
diff src/editfns.c @ 18605:0567c4086813
(Fformat): Add second argument in call to Ftruncate.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 04 Jul 1997 18:41:53 +0000 |
| parents | 92e9fb8b88f4 |
| children | 614b916ff5bf |
line wrap: on
line diff
--- a/src/editfns.c Fri Jul 04 18:38:36 1997 +0000 +++ b/src/editfns.c Fri Jul 04 18:41:53 1997 +0000 @@ -2224,7 +2224,7 @@ else if (FLOATP (args[n]) && *format != 's') { if (! (*format == 'e' || *format == 'f' || *format == 'g')) - args[n] = Ftruncate (args[n]); + args[n] = Ftruncate (args[n], Qnil); total += 30; /* We have to put an arbitrary limit on minlen since otherwise it could make alloca fail. */
