(insert-char-attributes): Fix condition about `<-subsumptive'; don't
authortomo <tomo>
Wed, 10 Aug 2005 18:06:33 +0000 (18:06 +0000)
committertomo <tomo>
Wed, 10 Aug 2005 18:06:33 +0000 (18:06 +0000)
display `<-canonical' when running with non-readable mode.

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

index 011af20..bbccc1e 100644 (file)
                  #'char-attribute-name<)))
     (insert "(")
     (when (memq '<-subsumptive attributes)
-      (unless readable
+      (when readable
        (when (setq value (get-char-attribute char '<-subsumptive))
          (char-db-insert-relation-feature char '<-subsumptive value
                                           line-breaking
                             (intern (format "%s*sources" name))))
                      (not (string-match "\\*sources$" (symbol-name name)))
                      (or (eq name '<-identical)
+                         (eq name '<-canonical)
                          (eq name '->superscript)
                          (eq name '->subscript)
                          (eq name '->circled)