[slime-devel] Re: drop second parameter from inspect-for-emacs
Helmut Eller
heller at common-lisp.net
Sun Feb 3 11:47:58 UTC 2008
* Marco Baringer [2008-02-02 21:43+0100] writes:
> hi,
>
> The second parameter to inspect-for-emacs was never used and just gets
> in the way, this patch just drops it (no other changes).
The second parameter wasn't used in the body of the methods, but it
_was_ used during dispatching to select a particular method. E.g. it's
possible to plug in different inspectors (at runtime) by setting
*default-inspector*. If we don't need so much flexibility we can remove
the second argument.
Helmut.
More information about the slime-devel
mailing list