From 36e4942279ecbd87f05a2e4b02aa3c502c35a8af Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 20 Sep 2022 10:12:49 +0900 Subject: [PATCH] (char-db-feature-domains): Add `r074'. --- lisp/utf-2000/chise-subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/utf-2000/chise-subr.el b/lisp/utf-2000/chise-subr.el index f0e65de..7624c01 100644 --- a/lisp/utf-2000/chise-subr.el +++ b/lisp/utf-2000/chise-subr.el @@ -40,7 +40,7 @@ ;; (sort dest #'string<)) '(ucs ucs/compat daikanwa cns gt jis jis/a jis/b jis-x0212 jis-x0213 cdp shinjigen mj - r030 r053 r055 r140 misc unknown)) + r030 r053 r055 r074 r140 misc unknown)) (defconst charset-id-=adobe-japan1-0 (charset-id '=adobe-japan1-0)) (defconst charset-id-=adobe-japan1-6 (charset-id '=adobe-japan1-6)) -- 1.7.10.4