hash-table-weakness: ht --> hashtable
Index: swank-openmcl.lisp =================================================================== RCS file: /project/slime/cvsroot/slime/swank-openmcl.lisp,v retrieving revision 1.114 diff -u -r1.114 swank-openmcl.lisp --- swank-openmcl.lisp 19 Dec 2006 10:47:36 -0000 1.114 +++ swank-openmcl.lisp 16 Mar 2007 05:16:12 -0000 @@ -931,4 +931,4 @@ (apply #'make-hash-table :weak :value args))
(defimplementation hash-table-weakness (hashtable) - (ccl::hash-table-weak-p ht)) + (ccl::hash-table-weak-p hashtable))
hash-table-weakness: ht --> hashtable
Thanks, I've merged this.
Thanks.
I noticed that import-swank-mop in swank-openmcl.lisp should have openmcl-mop:slot-makunbound-using-class listed in its arguments. but I don't think I'll ever need it and I doubt that two trivial patches in a row is a good idea.
regards, T.