mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Add button'. Move up startup'.
This commit is contained in:
parent
c7de83fe3d
commit
90c9e42f45
1 changed files with 3 additions and 1 deletions
|
|
@ -72,6 +72,9 @@
|
|||
(load "cus-face")
|
||||
(load "faces") ; after here, `defface' may be used.
|
||||
|
||||
(load "button")
|
||||
(load "startup")
|
||||
|
||||
(message "Lists of integers (garbage collection statistics) are normal output")
|
||||
(message "while building Emacs; they do not indicate a problem.")
|
||||
(message "%s" (garbage-collect))
|
||||
|
|
@ -153,7 +156,6 @@
|
|||
(message "%s" (garbage-collect))
|
||||
(load "menu-bar")
|
||||
(load "paths.el") ;Don't get confused if someone compiled paths by mistake.
|
||||
(load "startup")
|
||||
(load "emacs-lisp/lisp")
|
||||
(load "textmodes/page")
|
||||
(load "register")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue