From 6fd920e7e59cb470495d05e098b4189602b4ac65 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 15 Jun 2001 09:44:07 +0000 Subject: [PATCH] (insert-char-attributes): Regard `simplified-ideograph-of' 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 3a29c5f..e7393e5 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -529,7 +529,8 @@ ((memq name '(ideograph= original-ideograph-of ancient-ideograph-of - vulgar-ideograph-of)) + vulgar-ideograph-of + simplified-ideograph-of)) (insert (format "(%-18s%s " name line-breaking)) (setq lbs (concat "\n" (make-string (current-column) ?\ )) separator nil) -- 1.7.10.4