diff lisp/prim/loadup.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 859a2309aef8
children 441bb1e64a06
line wrap: on
line diff
--- a/lisp/prim/loadup.el	Mon Aug 13 08:50:31 2007 +0200
+++ b/lisp/prim/loadup.el	Mon Aug 13 08:51:03 2007 +0200
@@ -106,9 +106,9 @@
      (load-gc "help")
      (load-gc "buff-menu")
      ;; (load-gc "w3-sysdp")
-     (load-gc "font") ; required by widget
      (load-gc "widget")
      (load-gc "custom") ; Before loaddefs so that defcustom exists.
+     (load-gc "custom-xmas")
      ;; If SparcWorks support is included some additional packages are
      ;; dumped which would normally have autoloads.  To avoid
      ;; duplicate doc string warnings, SparcWorks uses a separate
@@ -116,7 +116,7 @@
      ;;; 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 "loaddefs")
+     (load-gc "loaddefs") ; <=== autoloads get put here
      (load-gc "misc")
      (load-gc "profile")
      ;; (load-gc "hyper-apropos")  Soon...