From: tomo Date: Fri, 3 Mar 2006 12:34:51 +0000 (+0000) Subject: (ids-index-store-structure): Support char-spec again. X-Git-Tag: chise-base-0_23~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b2b98c6c6a6bcdc3360548df85cf6ef35d5110c7;p=chise%2Fids.git (ids-index-store-structure): Support char-spec again. --- diff --git a/ids-find.el b/ids-find.el index 7bf5823..9c3ab87 100644 --- 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