(M-*****): Unify corresponding Mojikyo code points.
[chise/xemacs-chise.git-] / lisp / utf-2000 / char-db-util.el
index a9a7717..3a29c5f 100644 (file)
                     (setq value (cdr value)))
                   (insert-char-attributes ret
                                           readable
-                                          al cal))
+                                          (or al 'none) cal))
               (insert (prin1-to-string value)))
             (insert ")")
             (insert line-breaking))
                                    column)
   (setq attributes
        (if attributes
-           (copy-sequence attributes)
+           (if (consp attributes)
+               (copy-sequence attributes))
          (sort (char-attribute-list) #'char-attribute-name<)))
   (setq ccs-attributes
        (if ccs-attributes
                          line-breaking)))
                ((memq name '(ideograph=
                              original-ideograph-of
+                             ancient-ideograph-of
                              vulgar-ideograph-of))
                 (insert (format "(%-18s%s " name line-breaking))
                 (setq lbs (concat "\n" (make-string (current-column) ?\ ))