0.6.12.29:
[sbcl.git] / src / code / backq.lisp
index b1afe3b..710e402 100644 (file)
@@ -11,9 +11,6 @@
 
 (in-package "SB!IMPL")
 
-(file-comment
-  "$Header$")
-
 ;;; The flags passed back by BACKQUOTIFY can be interpreted as follows:
 ;;;
 ;;;   |`,|: [a] => a
   (cond ((atom code)
         (cond ((null code)
                (values nil nil))
-              ((or (numberp code) (eq code 't))
+              ((or (numberp code) (eq code t))
                (values t code))
               (t (values *bq-comma-flag* code))))
        ((eq (car code) 'quote)