Improved handling of quoted symbols in CASE.
authorTravis Cross <tc@traviscross.com>
Fri, 22 Aug 2008 05:57:56 +0000 (05:57 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 22 Aug 2008 05:59:22 +0000 (05:59 +0000)
commit587f3aa0c05247fb934e3f6122b1ee47622fd62e
tree79ea1f0478dbaa6437119d715bd5af03b71d47d5
parent3366794f7625928fcab3a124a8d7f6d821b55cb8
Improved handling of quoted symbols in CASE.

(case val ('a (b)))      ; now produces an error, just like:
(case val (('a 'b) (c))) ; did before.

Thanks to: Daniel Gackle <danielgackle@gmail.com>
src/special-forms.lisp