From 711ad48da16312e536c278d8f39e8696f62d0eff Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 16 Jul 2002 12:13:43 +0000 Subject: [PATCH] (preloaded-file-list): Change condition of loading "close-cdb". --- 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 a376f84..5fe7a2b 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -241,7 +241,7 @@ ;; (when-feature sparcworks "sun-eos-debugger-extra") ;; (when-feature sparcworks "sun-eos-menubar") ;; (when-feature utf-2000 "make-cdbs") - (when-feature utf-2000 "close-cdb") + (when-feature chise "close-cdb") "loadhist" ; Must be dumped before loaddefs is loaded "loaddefs" ; <=== autoloads get loaded here )) -- 1.7.10.4