From 07b35736b7c4486082356bc1838019f25fcece8a Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 27 Sep 2022 13:23:03 +0900 Subject: [PATCH] (char-db-feature-domains): Add `r130'. --- 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 8f8eab5..72b3e4c 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 r074 r140 misc unknown)) + r030 r053 r055 r074 r130 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