From b2b98c6c6a6bcdc3360548df85cf6ef35d5110c7 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 3 Mar 2006 12:34:51 +0000 Subject: [PATCH] (ids-index-store-structure): Support char-spec again. --- ids-find.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4