1.0.5.20: make class-eq specializers work in defmethods
authorChristophe Rhodes <csr21@cantab.net>
Wed, 2 May 2007 15:35:15 +0000 (15:35 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Wed, 2 May 2007 15:35:15 +0000 (15:35 +0000)
commit1e84b68ce9baada2c03802da5f2ce7f21a3ca171
treecdfdb39c82a6d0c7305e50c334988b4dad3b0b00
parente89e37352f0992fb006057896e8eaa9bb15dc9d0
1.0.5.20: make class-eq specializers work in defmethods
Mostly for consistency: this is not an exported extension or
anything.  But it was gratuitously broken before, and it was
also broken in ways preventing user-defined specializers from
working.  So fix it and test it, with a comment saying that it's
OK to break it deliberately.

(User-defined specializers do not currently work, even after
this change.)
src/pcl/boot.lisp
tests/mop-26.impure.lisp [new file with mode: 0644]
version.lisp-expr