diff lisp/loadup.el @ 8184:8ccef13ebe58

(current-load-list): Set it to nil. If have frames, load `faces'.
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Jul 1994 19:04:27 +0000
parents fb05d6911dcc
children 973eafd9f349
line wrap: on
line diff
--- a/lisp/loadup.el	Sat Jul 09 05:13:38 1994 +0000
+++ b/lisp/loadup.el	Sat Jul 09 19:04:27 1994 +0000
@@ -55,6 +55,8 @@
       (load "frame")
       (load "mouse")
       (garbage-collect)
+      (load "faces")
+      (garbage-collect)
       (load "menu-bar")
       (load "scroll-bar")
       (load "select")))
@@ -166,6 +168,7 @@
 ;by writing a site-init.el that loads them.
 ;See also "site-load" above.
 (load "site-init" t)
+(setq current-load-list nil)
 (garbage-collect)
 
 ;;; At this point, we're ready to resume undo recording for scratch.