projects
/
elisp
/
lsdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e9b39c
)
Fix the last change.
author
ueno
<ueno>
Tue, 3 Feb 2004 10:01:50 +0000
(10:01 +0000)
committer
ueno
<ueno>
Tue, 3 Feb 2004 10:01:50 +0000
(10:01 +0000)
rdfdb.el
patch
|
blob
|
history
diff --git
a/rdfdb.el
b/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))