+2000-10-02 Gerd Moellmann <gerd@gnu.org>
+
+ * loadup.el (toplevel): Load faces before isearch.
+
+ * isearch.el (isearch-faces): New custom group.
+ (isearch): New defface; was already tested for in the code.
+ (isearch-lazy-highlight-face): Changed to defface from defcustom.
+ (isearch-highlight): Always use face `isearch'.
+
2000-10-02 Dave Love <fx@gnu.org>
* emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
(update-coding-systems-internal)
(load "indent")
-(load "isearch")
(load "window")
(load "frame")
(load "term/tty-colors")
(and (boundp 'x-toolkit-scroll-bars-p)
(load "scroll-bar"))
(load "select")))
+(load "isearch")
(message "%s" (garbage-collect))
(load "menu-bar")