From 55324a8d466dca05e9644e9f9ce6047114d7bf90 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 28 Apr 2000 11:01:36 +0000 Subject: [PATCH] (preloaded-file-list): Don't add "mojikyo". --- lisp/dumped-lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 9c8a2ba..8fd2373 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -388,7 +388,7 @@ (when-feature utf-2000 "u0FE70-Arabic-Presentation-Forms-B") (when-feature utf-2000 "u0FF00-Halfwidth-and-Fullwidth-Forms") (when-feature utf-2000 "u0FFF0-Specials") - (when-feature utf-2000 "mojikyo") + ;; (when-feature utf-2000 "mojikyo") (when-feature utf-2000 "ccs-tcvn5712.el") (when-feature mule "mule-charset") (when-feature file-coding "coding") -- 1.7.10.4