2002-04-26 Richard M. Stallman <rms@gnu.org>
+ * loadup.el: Explicitly load cus-face and timer.
+
+ * isearch.el: Don't require timer.
+
+ * faces.el: Don't require cus-face.
+
* cus-edit.el (customize-face): Use read-face-name
and handle multiple faces.
(customize-face-other-window): Make it work similarly.
(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")
(and (boundp 'x-toolkit-scroll-bars)
(load "scroll-bar"))
(load "select")))
+(load "timer")
(load "isearch")
(message "%s" (garbage-collect))