projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b6814
)
Fix FORMAT specifier X.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Wed, 21 Aug 2013 18:03:07 +0000
(20:03 +0200)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Thu, 29 Aug 2013 10:48:41 +0000
(12:48 +0200)
src/boot.lisp
patch
|
blob
|
history
diff --git
a/src/boot.lisp
b/src/boot.lisp
index
d233b93
..
5f6bbca
100644
(file)
--- a/
src/boot.lisp
+++ b/
src/boot.lisp
@@
-520,7
+520,7
@@
`(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)))