From 1e5d934ebb0ce156e3c6ca97c6fe9aad61cb184f Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 20 Jun 2001 11:15:39 +0000 Subject: [PATCH] (insert-char-attributes): Support `wrong-ideograph-of' property. --- lisp/utf-2000/char-db-util.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 962fc4f..a2ee0ea 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -530,6 +530,7 @@ original-ideograph-of ancient-ideograph-of vulgar-ideograph-of + wrong-ideograph-of simplified-ideograph-of ideographic-variants)) (insert (format "(%-18s%s " name line-breaking)) -- 1.7.10.4