Fix the last change.
authorueno <ueno>
Tue, 3 Feb 2004 10:01:50 +0000 (10:01 +0000)
committerueno <ueno>
Tue, 3 Feb 2004 10:01:50 +0000 (10:01 +0000)
rdfdb.el

index 250b36d..b1a75ed 100644 (file)
--- a/rdfdb.el
+++ b/rdfdb.el
@@ -375,7 +375,8 @@ MATCHER is a triple whose slots can be nil (wildcard)."
          (rdfdb-gethash object-subject-key
                         (rdfdb-database-object-index
                          database)))
-        (minimum-length-triples subject-property-triples))
+        (minimum-length-triples subject-property-triples)
+        key)
     ;; Check whether triple is already in database.
     (if (> minimum-length-triples
           (length property-object-triples))