From d4698530cc22b553734238c1e429f77f117037b8 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 11 Jan 2022 21:08:08 +0900 Subject: [PATCH] (char-db-coded-charset-priority-list): Add `=>hanyo-denshi/tk'. (char-db-insert-ccs-feature): Format `=>hanyo-denshi/tk' as the same as `=hanyo-denshi/tk'. --- 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 ab5897c..94b193e 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -334,6 +334,7 @@ =>big5-cdp =>big5-cdp@iwds-1 =>mj + =>hanyo-denshi/tk =>iwds-1 =big5 =big5-eten @@ -807,7 +808,7 @@ =mj ==mj ===mj =>>mj =>mj =zihai mojikyo)) "(%-18s . %06d)\t; %c") - ((memq name '(=hanyo-denshi/tk ==hanyo-denshi/tk)) + ((memq name '(=hanyo-denshi/tk =>hanyo-denshi/tk ==hanyo-denshi/tk)) "(%-18s . %08d)\t; %c") ((>= (charset-dimension name) 2) "(%-18s . #x%04X)\t; %c") -- 1.7.10.4