emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/loadup.el,v [EMACS_22_BASE]


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/loadup.el,v [EMACS_22_BASE]
Date: Sat, 10 Nov 2007 21:19:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juri Linkov <jurta>     07/11/10 21:19:13

Index: loadup.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/loadup.el,v
retrieving revision 1.150.2.1
retrieving revision 1.150.2.2
diff -u -b -r1.150.2.1 -r1.150.2.2
--- loadup.el   25 Jul 2007 04:47:14 -0000      1.150.2.1
+++ loadup.el   10 Nov 2007 21:19:13 -0000      1.150.2.2
@@ -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")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]