From 4d5077b8cb4f241122dbe7b6dccd1fdfbc8ba502 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 14 Nov 1999 19:17:17 +0000 Subject: [PATCH] (preloaded-file-list): Add "u02600-Miscellaneous-Symbols", "u02700-Dingbats" and "u02800-Braille-Patterns" in UTF-2000. --- lisp/dumped-lisp.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 667e385..9ea17b3 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -150,6 +150,9 @@ (when-feature utf-2000 "u02500-Box-Drawing") (when-feature utf-2000 "u02580-Block-Elements") (when-feature utf-2000 "u025A0-Geometric-Shapes") + (when-feature utf-2000 "u02600-Miscellaneous-Symbols") + (when-feature utf-2000 "u02700-Dingbats") + (when-feature utf-2000 "u02800-Braille-Patterns") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") -- 1.7.10.4