From f5e235a8bcd6687bd66097094336f81420e645f4 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 3 Aug 2001 12:19:16 +0000 Subject: [PATCH] (insert-char-attributes): Use `<-bopomofo' instead of `->ideograph'. --- lisp/utf-2000/char-db-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 1335341..c88ddcc 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -590,7 +590,7 @@ ->ideographic-variants ->synonyms ->radical <-radical - ->bopomofo ->ideograph + ->bopomofo <-bopomofo ->ideographic <-ideographic)) (insert (format "(%-18s%s " name line-breaking)) (setq lbs (concat "\n" (make-string (current-column) ?\ )) -- 1.7.10.4