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))