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:
parent
ca986694dd
commit
95227eb203
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue