aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/loadup.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-07-09 19:04:27 +0000
committerRichard M. Stallman <[email protected]>1994-07-09 19:04:27 +0000
commit95227eb203372118f4e9d1318c3c003807f28cd8 (patch)
tree60e063c63cee88aa2c206d487f21535d6408fc78 /lisp/loadup.el
parentca986694dd42174722bd56965af7bba854af9ef3 (diff)
(current-load-list): Set it to nil.
If have frames, load `faces'.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 2f39713e6a..ce81dbd140 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -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.