Problem is, when you come to redefine the S::STARTUP function,
it might be defined with defun-q or defun, you don't know. You can
of course check the type of s::startup, but you may just as well use
the code that works in both cases. Defun-q is good only for the
situation where you have absolute and exclusive control of your
computer and all the 3rd party programs installed in it.
--
Vlad http://vnestr.tripod.com/
Eric Schneider wrote in message
news:144E6C5DA40163465F3BEAA7CE684229@in.WebX.maYIadrTaRb...
> On a side note, use defun-q to define your S::STARTUP and it will still be
a
> list, not compiled like DEFUN would have it. I'm sure you already knew,
> Vladimir, but others may not. :^)
> --
>
> Regards,
> Eric S.
> A2k/W2k
>
>