# HG changeset patch # User Richard M. Stallman # Date 773780667 0 # Node ID 8ccef13ebe58f333ea163e6888994a9e04804a94 # Parent d35fd7fd0ef8995cba9dc66c2d6d07c92d42f51d (current-load-list): Set it to nil. If have frames, load `faces'. diff -r d35fd7fd0ef8 -r 8ccef13ebe58 lisp/loadup.el --- 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.