[slime-cvs] CVS slime

CVS User mevenson mevenson at common-lisp.net
Tue Jan 26 13:29:58 UTC 2010


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv24250

Modified Files:
	ChangeLog swank-abcl.lisp 
Log Message:
* swank-abcl.lisp (import-to-swank-mop): Import
MOP::COMPUTE-APPLICABLE-METHODS-USING-CLASSES if it exists in the ABCL
implementation.



--- /project/slime/cvsroot/slime/ChangeLog	2010/01/25 10:50:10	1.1970
+++ /project/slime/cvsroot/slime/ChangeLog	2010/01/26 13:29:57	1.1971
@@ -1,3 +1,9 @@
+2010-01-26  Mark Evenson  <evenson at dada.local>
+
+	* swank-abcl.lisp (import-to-swank-mop):  Import
+	MOP::COMPUTE-APPLICABLE-METHODS-USING-CLASSES if it exists in the
+	ABCL implementation.
+
 2010-01-25  Tobias C. Rittweiler <tcr at freebits.de>
 
 	* swank-allegro.lisp (redefinition-p, redefinition): New.
@@ -15,7 +21,7 @@
 	to eliminate dependency on swank.lisp module.
 	* swank-rpc.lisp (swank-protocol-error): Remove swank-protocol-error.backtrace
 	as the capture of a safe-backtrace is covered by with-swank-protocol-error-handler.
-	
+
 2010-01-20  Stas Boukarev  <stassats at gmail.com>
 
 	* slime.el (slime-thread-kill): If the region is active, then
--- /project/slime/cvsroot/slime/swank-abcl.lisp	2010/01/11 13:23:08	1.79
+++ /project/slime/cvsroot/slime/swank-abcl.lisp	2010/01/26 13:29:58	1.80
@@ -95,6 +95,8 @@
    standard-slot-definition ;;dummy
    cl:method
    cl:standard-class
+   #+#.(swank-backend:with-symbol 'compute-applicable-methods-using-classes 'mop)
+   mop::compute-applicable-methods-using-classes
    ;; standard-class readers
    mop::class-default-initargs
    mop::class-direct-default-initargs





More information about the slime-cvs mailing list