From e08f6223533bdbd8716c209134edb5aadb29adde Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 16 Jan 2022 19:24:38 +0900 Subject: [PATCH] (coded-charset-entity-reference-alist): Add settings for `===chise-hdic-ktb' and `=chise-hdic-ktb'. --- lisp/mule/mule-coding.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index ff51ce9..305fc08 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -419,6 +419,8 @@ ( =chise-hdic-tsj "CHISE-HDIC-TSJ" 4 X) (===chise-hdic-syp "R-CHISE-HDIC-SYP" 4 X) ( =chise-hdic-syp "CHISE-HDIC-SYP" 4 X) + (===chise-hdic-ktb "R-CHISE-HDIC-KTB" 4 X) + ( =chise-hdic-ktb "CHISE-HDIC-KTB" 4 X) (===hng-jou "HNG001-" 5 d) (===hng-keg "HNG002-" 5 d) (===hng-dng "HNG003-" 5 d) -- 1.7.10.4