From 6eae27332761d4fafcde1d15f80f7cc6a1a8ec71 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 9 Jul 2001 03:33:51 +0000 Subject: [PATCH] (preloaded-file-list): Dump `isolated-char' in XEmacs UTF-2000. --- lisp/dumped-lisp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 13b6791..b6f4384 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -122,6 +122,7 @@ (when-feature file-coding "code-cmds") ;;;;;;;;;;;;;;;;;; MULE support (when-feature mule "mule-conf") + (when-feature utf-2000 "isolated-char") (when-feature utf-2000 "u00000-C0") (when-feature utf-2000 "u00020-Basic-Latin") (when-feature utf-2000 "u00080-C1") -- 1.7.10.4