1
Fork 0
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:
Juri Linkov 2007-11-10 21:19:13 +00:00
parent c7de83fe3d
commit 90c9e42f45

View file

@ -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")