(char-db-insert-char-spec): Modify for new behavior of
authortomo <tomo>
Fri, 16 Nov 2001 17:31:18 +0000 (17:31 +0000)
committertomo <tomo>
Fri, 16 Nov 2001 17:31:18 +0000 (17:31 +0000)
`charset-iso-final-char'.

lisp/utf-2000/char-db-util.el

index 2eeb053..bc8e6a5 100644 (file)
                          (split-char char)))
                  (setq char-spec (list ret))
                  (dolist (ccs (delq (car ret) (charset-list)))
-                   (if (or (and (>= (charset-iso-final-char ccs) ?0)
+                   (if (or (and (charset-iso-final-char ccs)
                                 (setq ret (get-char-attribute char ccs)))
                            (eq ccs 'ideograph-daikanwa))
                        (setq char-spec (cons (cons ccs ret) char-spec))))