From 252cff001781655e5c6aa41f26c21ef8095c092c Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 13 Nov 1999 21:58:11 +0000 Subject: [PATCH] (preloaded-file-list): Add "u010A0-Georgian.el", "u01100-Hangul-Jamo.el" and "u01200-Ethiopic.el". --- lisp/dumped-lisp.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 86f752d..b6b5471 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -123,6 +123,9 @@ (when-feature utf-2000 "u00E80-Lao.el") (when-feature utf-2000 "u00F00-Tibetan.el") (when-feature utf-2000 "u01000-Myanmar.el") + (when-feature utf-2000 "u010A0-Georgian.el") + (when-feature utf-2000 "u01100-Hangul-Jamo.el") + (when-feature utf-2000 "u01200-Ethiopic.el") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") -- 1.7.10.4