(ids-index-store-structure): Support char-spec again.
authortomo <tomo>
Fri, 3 Mar 2006 12:34:51 +0000 (12:34 +0000)
committertomo <tomo>
Fri, 3 Mar 2006 12:34:51 +0000 (12:34 +0000)
ids-find.el

index 7bf5823..9c3ab87 100644 (file)
@@ -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