We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0431677 commit d1271fcCopy full SHA for d1271fc
lisp/c/printer.c
@@ -403,7 +403,8 @@ int prlevel;
403
writech(f,' ');}
404
while (i<n && (nullprlen || prlength>0)) {
405
prin1(ctx,vec->c.vec.v[i++],f,prlevel);
406
- if (i<n) writech(f,' '); }
+ if (i<n) writech(f,' ');
407
+ prlength--; }
408
if (i<n) writestr(f,(byte *)"... ",4);
409
writech(f,')');}
410
return(vec);}
0 commit comments