# HG changeset patch # User Richard M. Stallman # Date 1019879299 0 # Node ID b40fd90ad24346b65ca6e17c10536936cd354ece # Parent 31ea8541a4ad2d55ae29b0cdcae9586ac24a0fce Explicitly load cus-face and timer. diff -r 31ea8541a4ad -r b40fd90ad243 lisp/loadup.el --- 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))