diff lisp/prim/loadup.el @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 0d2f883870bc
children 8ff55ebd4be9
line wrap: on
line diff
--- a/lisp/prim/loadup.el	Mon Aug 13 09:13:58 2007 +0200
+++ b/lisp/prim/loadup.el	Mon Aug 13 09:15:11 2007 +0200
@@ -108,10 +108,10 @@
      ;; 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 "font") ; required by widget
      (load-gc "widget")
      (load-gc "custom") ; Before loaddefs so that defcustom exists
-     (load-gc "loaddefs")
+     (load-gc "custom-xmas")
+     (load-gc "loaddefs") ; <=== autoloads get put here
      (load-gc "misc")
      (load-gc "profile")
      (load-gc "help")
@@ -158,6 +158,7 @@
      (when (featurep 'lisp-float-type)
        (load-gc "float-sup"))
      (load-gc "itimer") ; for vars auto-save-timeout and auto-gc-threshold
+     (load-gc "itimer-autosave")
      (if (featurep 'toolbar)
 	 (load-gc "toolbar")
        ;; else still define a few functions.