X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-print.lisp;h=6f7d9e614f9c073818a6edcd2761016965fb4f33;hb=f143939b1dbaf38ebd4f92c851fbc4ecddf37af1;hp=5dd2e9270d008f3994469c77209a87214a151a70;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/early-print.lisp b/src/code/early-print.lisp index 5dd2e92..6f7d9e6 100644 --- a/src/code/early-print.lisp +++ b/src/code/early-print.lisp @@ -33,7 +33,7 @@ (let ((*current-level* (1+ *current-level*))) (,flet-name))))))) -(defmacro punt-if-too-long (index stream) +(defmacro punt-print-if-too-long (index stream) #!+sb-doc "Punt if INDEX is equal or larger then *PRINT-LENGTH* (and *PRINT-READABLY* is NIL) by outputting \"...\" and returning from the block named NIL."