Fix FORMAT specifier X.
authorOlof-Joachim Frahm <olof@macrolet.net>
Wed, 21 Aug 2013 18:03:07 +0000 (20:03 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Thu, 29 Aug 2013 10:48:41 +0000 (12:48 +0200)
src/boot.lisp

index d233b93..5f6bbca 100644 (file)
     `(let ((,g!x ,x))
        (typecase ,g!x
          ,@clausules
-         (t (error "~X fell through etypecase expression." ,g!x))))))
+         (t (error "~S fell through etypecase expression." ,g!x))))))
 
 (defun notany (fn seq)
   (not (some fn seq)))