From e23156ac47ee48c3ee906a64a8d2a1f3bbf02c8b Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 14 Nov 1999 06:35:43 +0000 Subject: [PATCH] (preloaded-file-list): Add "u013A0-Cherokee.el", "u01400-Canadian.el", "u01680-Ogham.el", "u016A0-Runic.el", "u01780-Khmer.el", "u01800-Mongolian.el", "u01E00-Latin-Extended-Additional.el" and "u01F00-Greek-Extended.el". --- lisp/dumped-lisp.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index b6b5471..41eaa23 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -126,6 +126,14 @@ (when-feature utf-2000 "u010A0-Georgian.el") (when-feature utf-2000 "u01100-Hangul-Jamo.el") (when-feature utf-2000 "u01200-Ethiopic.el") + (when-feature utf-2000 "u013A0-Cherokee.el") + (when-feature utf-2000 "u01400-Canadian.el") + (when-feature utf-2000 "u01680-Ogham.el") + (when-feature utf-2000 "u016A0-Runic.el") + (when-feature utf-2000 "u01780-Khmer.el") + (when-feature utf-2000 "u01800-Mongolian.el") + (when-feature utf-2000 "u01E00-Latin-Extended-Additional.el") + (when-feature utf-2000 "u01F00-Greek-Extended.el") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") -- 1.7.10.4