(insert-char-attributes): Don't insert attribute `composition' if
authortomo <tomo>
Thu, 18 Jul 2002 10:01:46 +0000 (10:01 +0000)
committertomo <tomo>
Thu, 18 Jul 2002 10:01:46 +0000 (10:01 +0000)
argument `readable' is nil.

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

index d001d8a..4a706b7 100644 (file)
                      value line-breaking))
       (setq attributes (delq 'hanyu-dazidian-char attributes))
       )
-    (when (and (not readable)
-              (memq '->ucs-variants attributes))
-      (setq attributes (delq '->ucs-variants attributes))
-      )
+    (unless readable
+      (when (memq '->ucs-variants attributes)
+       (setq attributes (delq '->ucs-variants attributes))
+       )
+      (when (memq 'composition attributes)
+       (setq attributes (delq 'composition attributes))
+       ))
     (setq rest ccs-attributes)
     (while (and rest
                (progn