changeset 32081:4ff954604f6f

(toplevel): Load faces before isearch.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 02 Oct 2000 19:18:30 +0000
parents ce5196c4aa6f
children 5821ab438337
files lisp/loadup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Mon Oct 02 19:18:09 2000 +0000
+++ b/lisp/loadup.el	Mon Oct 02 19:18:30 2000 +0000
@@ -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")