From 608409bbc5952f80190eb8768a7f950b5579ec7f Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 20 Sep 2023 20:41:58 +0900 Subject: [PATCH] (char-db-feature-domains): Add `r001' and `r007'. --- lisp/utf-2000/chise-subr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/chise-subr.el b/lisp/utf-2000/chise-subr.el index 72b3e4c..915d169 100644 --- a/lisp/utf-2000/chise-subr.el +++ b/lisp/utf-2000/chise-subr.el @@ -1,7 +1,7 @@ ;;; chise-subr.el --- basic lisp subroutines for XEmacs CHISE ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, -;; 2010, 2011, 2012, 2013, 2014, 2015, 2020, 2021, 2022 MORIOKA Tomohiko. +;; 2010, 2011, 2012, 2013, 2014, 2015, 2020, 2021, 2022, 2023 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: CHISE, Character Database, ISO/IEC 10646, UCS, Unicode, MULE. @@ -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 r130 r140 misc unknown)) + r001 r007 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