Edi Weitz <[EMAIL PROTECTED]> writes:

> Just downloaded it and had problems with ILISP. ILISP seems to expect
> PCL::GENERIC-FUNCTION-PRETTY-ARGLIST which isn't there
> anymore. APROPOS found PCL::GF-PRETTY-ARGLIST instead but that doesn't
> seem to be the same - it always returns NIL for me. Any idea how to
> fix this?

I've removed PCL::GENERIC-FUNCTION-PRETTY-ARGLIST because it's no
longer used in CMUCL.  MOP:GENERIC-FUNCTION-LAMBDA-LIST should be a
good substitute, I guess.

  (defun pcl::generic-function-pretty-arglist (gf)
    (mop:generic-function-lambda-list gf))
  

Reply via email to