From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-oops goops.scm Date: Sun, 19 Sep 1999 08:26:00 -0000 Message-id: <19990919152636.25784.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00752.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: mdj@egcs.cygnus.com 99/09/19 08:26:36 Modified files: guile-oops : goops.scm Log message: * goops.scm (define-method): Don't automatically pick up a pre-existing procedure as default method if a binding with the same name as the generic function referred to exists. Instead require that it really is a generic function, or equivalent.