(insert-char-attributes): Ignore `<-unified'.
authortomo <tomo>
Thu, 5 Feb 2004 14:08:44 +0000 (14:08 +0000)
committertomo <tomo>
Thu, 5 Feb 2004 14:08:44 +0000 (14:08 +0000)
lisp/utf-2000/char-db-util.el

index 59890a8..261bc7c 100644 (file)
       (setq attributes (delq 'hanyu-dazidian-char attributes))
       )
     (unless readable
-      (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))
-       ))
+      (dolist (ignored '(composition
+                        ->denotational <-unified ->ucs-unified))
+       (setq attributes (delq ignored attributes))))
     (setq rest ccs-attributes)
     (while (and rest
                (progn