From 1e1229051758ac8ba61a2abd2b583e32dc2ece4d Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 16 Jun 2001 06:47:03 +0000 Subject: [PATCH] (insert-char-attributes): Support `ideographic-variants' property. --- lisp/utf-2000/char-db-util.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index e7393e5..962fc4f 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -530,7 +530,8 @@ original-ideograph-of ancient-ideograph-of vulgar-ideograph-of - simplified-ideograph-of)) + simplified-ideograph-of + ideographic-variants)) (insert (format "(%-18s%s " name line-breaking)) (setq lbs (concat "\n" (make-string (current-column) ?\ )) separator nil) -- 1.7.10.4