(insert-char-attributes): Ignore `->denotational'.
authortomo <tomo>
Thu, 5 Feb 2004 12:03:53 +0000 (12:03 +0000)
committertomo <tomo>
Thu, 5 Feb 2004 12:03:53 +0000 (12:03 +0000)
lisp/utf-2000/char-db-util.el

index 502cfd1..59890a8 100644 (file)
       (when (memq '->ucs-unified attributes)
        (setq attributes (delq '->ucs-unified attributes))
        )
+      (when (memq '->denotational attributes)
+       (setq attributes (delq '->denotational attributes))
+       )
       (when (memq 'composition attributes)
        (setq attributes (delq 'composition attributes))
        ))