projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c80135
)
(Fformat): Add second argument in call to Ftruncate.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jul 1997 18:41:53 +0000
(18:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jul 1997 18:41:53 +0000
(18:41 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 2a7694c324782d9f30fd0a02e5f7df74551aead2..7e663cccb276359e33348605d6a98da2f32359e6 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-2224,7
+2224,7
@@
Use %% to put a single % into the output.")
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. */