(morohashi-char-replace-alist): Add new character.
[chise/tomoyo-tools.git] / iddef.el
index 5638209..b49b19f 100644 (file)
--- a/iddef.el
+++ b/iddef.el
                                            (if (equal morohashi val)
                                                char))
                                          'morohashi-daikanwa)))
-             (put-char-attribute
-              m-chr
-              'ideographic-structure
-              (ideographic-structure-convert-to-daikanwa struct))))
+             (unless (get-char-attribute m-chr 'ucs)
+               (put-char-attribute
+                m-chr
+                'ideographic-structure
+                (ideographic-structure-convert-to-daikanwa struct)))))
          (put-char-attribute char 'ideographic-structure struct)
          (dolist (ref (union
                        (get-char-attribute char '->same-ideograph)