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)
Previously, the code would have suppressed them for some bizarre
reason.

The `voidp' variable is no longer needed, so remove it.


No differences found