[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PCL bug?
- To: commonloops.pa@Xerox.COM
- Subject: PCL bug?
- From: Mike Thome <mthome@BBN.COM>
- Date: Fri, 10 Mar 89 13:22:51 -0500
- Redistributed: commonloops.pa
Can anyone else confirm this bug? I'm using a fairly modified
version of no-name pcl on symbolics (7.2):
(defmethod frotz (x &key y) x)
(pcl:arglist 'frotz)
-> (x &key y)
(defmethod frotz ((x integer) &key y) y)
(pcl:arglist 'frotz)
-> (x &key :y y)
thanks,
-mike thome (mthome@bbn.com)