From 7400ef90a9bb894166efafdd1db6b3d9e86c8381 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 5 Feb 2002 07:18:45 +0000 Subject: [PATCH] (preloaded-file-list): Add `make-cdbs' in UTF-2000. --- lisp/dumped-lisp.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 0064fd6..3f32ef0 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -425,6 +425,7 @@ ;; (when-feature utf-2000 "mojikyo") (when-feature utf-2000 "ad-hoc-cdp") (when-feature utf-2000 "ccs-tcvn5712.el") + (when-feature utf-2000 "make-cdbs") (when-feature mule "mule-charset") (when-feature mule "mule-coding") ;; All files after this can have extended characters in them. @@ -541,6 +542,7 @@ ;; (when-feature sparcworks "sun-eos-debugger") ;; (when-feature sparcworks "sun-eos-debugger-extra") ;; (when-feature sparcworks "sun-eos-menubar") + ;; (when-feature utf-2000 "make-cdbs") "loadhist" ; Must be dumped before loaddefs is loaded "loaddefs" ; <=== autoloads get loaded here )) -- 1.7.10.4