src/method-impl.lisp: Invoke `after' methods, even in `void' messages.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 29 Aug 2015 13:36:34 +0000 (14:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 17:11:39 +0000 (18:11 +0100)
commitcb35f25edb5a344605ec0501c7118dc0e595b875
tree9be28e56d6a7cf8a5b679fc545bde687a8464780
parenta898c9e295c84062379cda5cd42f113bee0138e2
src/method-impl.lisp: Invoke `after' methods, even in `void' messages.

Previously, the code would have suppressed them for some bizarre
reason.

The `voidp' variable is no longer needed, so remove it.
src/method-impl.lisp