(insert-char-attributes): Use `<-subsumptive' instead of `<-unified'
authortomo <tomo>
Thu, 5 Feb 2004 16:18:06 +0000 (16:18 +0000)
committertomo <tomo>
Thu, 5 Feb 2004 16:18:06 +0000 (16:18 +0000)
and `->subsumptive' instead of `->unified'.

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

index 261bc7c..a1adfef 100644 (file)
       )
     (unless readable
       (dolist (ignored '(composition
-                        ->denotational <-unified ->ucs-unified))
+                        ->denotational <-subsumptive ->ucs-unified))
        (setq attributes (delq ignored attributes))))
     (setq rest ccs-attributes)
     (while (and rest
                   (setq cell (car value))
                    (if (integerp cell)
                       (setq cell (decode-char '=ucs cell)))
-                  (cond ((eq name '->unified)
+                  (cond ((eq name '->subsumptive)
                          (if separator
                              (insert lbs))
                          (let ((char-db-ignored-attributes
-                                (cons '<-unified
+                                (cons '<-subsumptive
                                       char-db-ignored-attributes)))
                            (insert-char-attributes cell readable))
                          (setq separator lbs))