Re: CLOS question



Rainer Joswig <joswig@xxxxxxxxxxxxxx> writes:

* put the functionality into a different generic function m1 and
call that from just one :after method.
You can then write different primary methods for m1 and only
the most specific will be called.

This hadn't occurred to me but should do nicely in my situation, I
think. Thanks!
.