From: ueno Date: Tue, 3 Feb 2004 10:01:50 +0000 (+0000) Subject: Fix the last change. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=df1898da97d803370549cd0aaba860a88d1feac0;p=elisp%2Flsdb.git Fix the last change. --- diff --git a/rdfdb.el b/rdfdb.el index 250b36d..b1a75ed 100644 --- 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))