[slime-devel] drop second parameter from inspect-for-emacs

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). -- -Marco Ring the bells that still can ring. Forget your perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen

* 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.
participants (2)
-
Helmut Eller
-
Marco Baringer