From cbe9de6bd2f4aaa7dc2c809902330fff8aa8a822 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 14 Nov 1999 12:57:15 +0000 Subject: [PATCH] (preloaded-file-list): Add "u02100-Letterlike-Symbols.el", "u02150-Number-Forms.el" and "u02190-Arrows.el". --- lisp/dumped-lisp.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 14d2a1c..64ea389 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -139,6 +139,9 @@ (when-feature utf-2000 "u020A0-Currency-Symbols.el") (when-feature utf-2000 "u020D0-Combining-Diacritical-Marks-for-Symbols.el") + (when-feature utf-2000 "u02100-Letterlike-Symbols.el") + (when-feature utf-2000 "u02150-Number-Forms.el") + (when-feature utf-2000 "u02190-Arrows.el") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") -- 1.7.10.4