From d68d67666c6f7bfea3d64d32f84878b587132d71 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 8 Dec 2001 18:16:08 +0000 Subject: [PATCH] (insert-char-attributes): Format `ideograph-daikanwa-2' as same as `ideograph-daikanwa'. --- lisp/utf-2000/char-db-util.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 9bd4919..94d17bd 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -822,8 +822,10 @@ (setq value (get-char-attribute char name))) (insert (format - (cond ((memq name '(ideograph-daikanwa ideograph-gt - ideograph-cbeta)) + (cond ((memq name '(ideograph-daikanwa-2 + ideograph-daikanwa + ideograph-gt + ideograph-cbeta)) (if has-long-ccs-name "(%-26s . %05d)\t; %c%s" "(%-18s . %05d)\t; %c%s")) -- 1.7.10.4