1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-30 10:11:47 -07:00

(current-load-list): Set it to nil.

If have frames, load `faces'.
This commit is contained in:
Richard M. Stallman 1994-07-09 19:04:27 +00:00
parent ca986694dd
commit 95227eb203

View file

@ -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.