X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Flate-format.lisp;h=3d821ad0fa16da28601a0500fea0468ab02301ae;hb=11745f006f4eb17fdc6189475f22a79f52bbde6c;hp=ee5deb16b0c3d49cc11a1eeb777a204bb6695860;hpb=22b819c0cd0ca0ea5be52ba280b9e9e0b8e86210;p=sbcl.git diff --git a/src/code/late-format.lisp b/src/code/late-format.lisp index ee5deb1..3d821ad 100644 --- a/src/code/late-format.lisp +++ b/src/code/late-format.lisp @@ -1117,7 +1117,8 @@ (block nil ,@(let ((*expander-next-arg-macro* 'expander-pprint-next-arg) (*only-simple-args* nil) - (*orig-args-available* t)) + (*orig-args-available* + (if atsignp *orig-args-available* t))) (expand-directive-list insides))))))) (defun expand-format-justification (segments colonp atsignp first-semi params)