Mercurial > hg > xemacs-beta
diff lisp/prim/loadup.el @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 8619ce7e4c50 |
children | 9b50b4588a93 |
line wrap: on
line diff
--- a/lisp/prim/loadup.el Mon Aug 13 09:24:19 2007 +0200 +++ b/lisp/prim/loadup.el Mon Aug 13 09:25:29 2007 +0200 @@ -76,6 +76,8 @@ (load-gc "replace") ; match-string used in version.el. (load-gc "version.el") ; Ignore compiled-by-mistake version.elc (load-gc "cl") + (load-gc "widget") + (load-gc "custom") ; Before the world so everything can be customized (load-gc "cmdloop") (or (fboundp 'recursive-edit) (load-gc "cmdloop1")) (load-gc "keymap") @@ -108,8 +110,6 @@ ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! ;; So just make loaddefs-eos go away... ;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) - (load-gc "widget") - (load-gc "custom") ; Before loaddefs so that defcustom exists (load-gc "loaddefs") ; <=== autoloads get put here (load-gc "misc") (load-gc "profile")