From d4677936ec9d8aa81167ad858aae514a2c6e3cb1 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 12 Oct 2001 04:03:11 +0000 Subject: [PATCH] (insert-char-attributes): Format `ideograph-cbeta' as same as `ideograph-daikanwa' and `ideograph-gt'. --- 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 b0d07b7..bbedac2 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -727,7 +727,8 @@ (setq value (get-char-attribute char name))) (insert (format - (cond ((memq name '(ideograph-daikanwa ideograph-gt)) + (cond ((memq name '(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