From 4a6315d8a9689c055386de8e0c6891666e20c9bc Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 15 Nov 1999 09:38:20 +0000 Subject: [PATCH] (preloaded-file-list): Add "u031A0-Extended-Bopomofo" 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 8da8d6a..1dc1123 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -162,6 +162,7 @@ (when-feature utf-2000 "u03100-Bopomofo") (when-feature utf-2000 "u03130-Hangul-Compatibility-Jamo") (when-feature utf-2000 "u03190-Kanbun") + (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 mule "mule-charset") -- 1.7.10.4