[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PCL:CALL-NEXT-METHOD



I have a method that calls PCL:CALL-NEXT-METHOD,
but when I try to run or compile it, I get an error saying
that PCL:CALL-NEXT-METHOD is undefined.

I'm using the PCL dated 3/10/88 on a Xerox 1109,
running Lyric Common Lisp. 

Here's a listing of the method:

(PCL:DEFMETHOD WEB:MOVE-NODE
               ((CLENS::SELF CLENS::MESSAGE-TEMPLATE) 
                CLENS::NEW-PARENT)
  (PCL:CALL-NEXT-METHOD)
  (CLENS::MARK-DIRTY CLENS::*MESSAGE-TEMPLATE-WEB-EDITOR*))

Any suggestions?

Kevin Crowston