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 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.