changeset 44894:b40fd90ad243

Explicitly load cus-face and timer.
author Richard M. Stallman <rms@gnu.org>
date Sat, 27 Apr 2002 03:48:19 +0000
parents 31ea8541a4ad
children 38d4beae98c8
files lisp/loadup.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Sat Apr 27 03:46:26 2002 +0000
+++ b/lisp/loadup.el	Sat Apr 27 03:48:19 2002 +0000
@@ -67,6 +67,7 @@
 (load "simple")
 (load "files")
 
+(load "cus-face")
 (load "faces")  ; after here, `defface' may be used.
 
 (message "Lists of integers (garbage collection statistics) are normal output")
@@ -134,6 +135,7 @@
       (and (boundp 'x-toolkit-scroll-bars)
 	   (load "scroll-bar"))
       (load "select")))
+(load "timer")
 (load "isearch")
 
 (message "%s" (garbage-collect))