From bb4db8a0297673edcabc14482e0644a30fd99db0 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 16 Nov 1999 20:34:55 +0000 Subject: [PATCH] (preloaded-file-list): Add "Ideograph-R001-One" in UTF-2000. --- lisp/dumped-lisp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index b878d44..1ef8a65 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -164,6 +164,7 @@ (when-feature utf-2000 "u031A0-Extended-Bopomofo") (when-feature utf-2000 "u03200-Enclosed-CJK-Letters-and-Months") (when-feature utf-2000 "u03300-CJK-Compatibility") + (when-feature utf-2000 "Ideograph-R001-One") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") -- 1.7.10.4