X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fpp-backq.lisp;h=b1d5cc44d908a08168af9e71794b64b63b177656;hb=cd176690400f8b6fa23faa4dc6fa8494bcbce480;hp=bbc1e858fb8f00c198e25019e7c720b2611c68b0;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/pp-backq.lisp b/src/code/pp-backq.lisp index bbc1e85..b1d5cc4 100644 --- a/src/code/pp-backq.lisp +++ b/src/code/pp-backq.lisp @@ -83,7 +83,7 @@ ;;; This is called by !PPRINT-COLD-INIT, fairly late, because ;;; SET-PPRINT-DISPATCH doesn't work until the compiler works. ;;; -;;; FIXME: It might be cleaner to just make these toplevel forms and +;;; FIXME: It might be cleaner to just make these be toplevel forms and ;;; enforce the delay by putting this file late in the build sequence. (defun !backq-pp-cold-init () (set-pprint-dispatch '(cons (eql backq-list)) #'pprint-backquote)