Mercurial > emacs
changeset 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 | d35fd7fd0ef8 |
children | b5cc015a3698 |
files | lisp/loadup.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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.