From: Gerd Moellmann Date: Mon, 2 Oct 2000 19:21:46 +0000 (+0000) Subject: (toplevel): Load faces before isearch. X-Git-Tag: emacs-pretest-21.0.90~1212 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01c86c564d3c6281347d160fe7aaf019d02618d3;p=emacs.git (toplevel): Load faces before isearch. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5bc1ca906d5..a91e59c4f04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-10-02 Gerd Moellmann + + * 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 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind diff --git a/lisp/loadup.el b/lisp/loadup.el index e0e53477e88..0c23fd47b81 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -105,7 +105,6 @@ (update-coding-systems-internal) (load "indent") -(load "isearch") (load "window") (load "frame") (load "term/tty-colors") @@ -119,6 +118,7 @@ (and (boundp 'x-toolkit-scroll-bars-p) (load "scroll-bar")) (load "select"))) +(load "isearch") (message "%s" (garbage-collect)) (load "menu-bar")