diff lisp/prim/loadup.el @ 98:0d2f883870bc r20-1b1

Import from CVS: tag r20-1b1
author cvs
date Mon, 13 Aug 2007 09:13:56 +0200
parents 54cc21c15cbb
children 4be1180a9e89
line wrap: on
line diff
--- a/lisp/prim/loadup.el	Mon Aug 13 09:12:43 2007 +0200
+++ b/lisp/prim/loadup.el	Mon Aug 13 09:13:56 2007 +0200
@@ -108,6 +108,9 @@
      ;; 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 "misc")
      (load-gc "profile")