]> git.eshelyaron.com Git - emacs.git/commitdiff
(toplevel): Load faces before isearch.
authorGerd Moellmann <gerd@gnu.org>
Mon, 2 Oct 2000 19:21:46 +0000 (19:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 2 Oct 2000 19:21:46 +0000 (19:21 +0000)
lisp/ChangeLog
lisp/loadup.el

index 5bc1ca906d5aab34d18c6f5aca694455e2d1cef5..a91e59c4f04c4a3281bb66448bcda744ef572c25 100644 (file)
@@ -1,3 +1,12 @@
+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
index e0e53477e88e35b5d22c82939eed56dd8a4d6c7e..0c23fd47b81efa67250de2cfcd9089a4d42d99ea 100644 (file)
 (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")