projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35090c4
)
(ids-index-store-structure): Support char-spec again.
author
tomo
<tomo>
Fri, 3 Mar 2006 12:34:51 +0000
(12:34 +0000)
committer
tomo
<tomo>
Fri, 3 Mar 2006 12:34:51 +0000
(12:34 +0000)
ids-find.el
patch
|
blob
|
history
diff --git
a/ids-find.el
b/ids-find.el
index
7bf5823
..
9c3ab87
100644
(file)
--- a/
ids-find.el
+++ b/
ids-find.el
@@
-42,8
+42,8
@@
(ids-index-store-char product cell))
((setq ret (assq 'ideographic-structure cell))
(ids-index-store-structure product (cdr ret)))
- ;; ((setq ret (find-char cell))
- ;; (ids-index-store-char product ret))
+ ((setq ret (find-char cell))
+ (ids-index-store-char product ret))
))))
;;;###autoload