From 5647bb5991d9f5adea0ab3fad596ff6e892aa6fd Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 13 Nov 1999 18:13:50 +0000 Subject: [PATCH] (preloaded-file-list): Add "u00400-Cyrillic.el", "u00530-Armenian.el", "u00590-Hebrew.el", "u00600-Arabic.el", "u00700-Syriac.el" and "u00780-Thaana.el". --- lisp/dumped-lisp.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 6ce56d6..249d09e 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -103,6 +103,12 @@ (when-feature utf-2000 "u002B0-Spacing-Modifier-Letters.el") (when-feature utf-2000 "u00300-Combining-Diacritical-Marks.el") (when-feature utf-2000 "u00370-Greek.el") + (when-feature utf-2000 "u00400-Cyrillic.el") + (when-feature utf-2000 "u00530-Armenian.el") + (when-feature utf-2000 "u00590-Hebrew.el") + (when-feature utf-2000 "u00600-Arabic.el") + (when-feature utf-2000 "u00700-Syriac.el") + (when-feature utf-2000 "u00780-Thaana.el") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") -- 1.7.10.4