rmeta-slot: Make equal? type hash table access the default.
[8sync.git] / 8sync / rmeta-slot.scm
index de85ee9cae7d179b17ee6b04ca0a71a7036d899e..7a3fe32e00e71ebb806c8f2d4dab5d9a879addfd 100644 (file)
     (set-rmeta-slot-cache! rmeta-slot (build-cache))))
 
 (define* (class-rmeta-ref class slot-name key
-                          #:key (equals? eq?)
-                          (cache-set! hashq-set!)
-                          (cache-ref hashq-ref)
+                          #:key (equals? equal?)
+                          (cache-set! hash-set!)
+                          (cache-ref hash-ref)
                           dflt)
   "Search heirarchy of CLASS through the rmeta-slot named SLOT-NAME for
 value matching KEY.  This also calls maybe-build-rmeta-slot-cache! as a side