From 01c86c564d3c6281347d160fe7aaf019d02618d3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 2 Oct 2000 19:21:46 +0000 Subject: [PATCH] (toplevel): Load faces before isearch. --- lisp/ChangeLog | 9 +++++++++ lisp/loadup.el | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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") -- 2.39.2