[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PCL:CALL-NEXT-METHOD
- To: commonloops.PA@Xerox.COM
- Subject: PCL:CALL-NEXT-METHOD
- From: Kevin_Crowston@XV.MIT.EDU
- Date: 10 Jun 88 15:42:51 EDT
- Cc: Kevin_Crowston@XV.MIT.EDU
- Redistributed: commonloops.PA
- Sender: Kevin_Crowston@XV.MIT.EDU
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