]> git.eshelyaron.com Git - emacs.git/commitdiff
Explicitly load cus-face and timer.
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Apr 2002 03:50:12 +0000 (03:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Apr 2002 03:50:12 +0000 (03:50 +0000)
lisp/ChangeLog
lisp/loadup.el

index 17f3060d944e1ea98a7d386505d1a3334d09597a..7721b87f3d1a64d4528aacea63abc2b8c439ce38 100644 (file)
@@ -5,6 +5,12 @@
 
 2002-04-26  Richard M. Stallman  <rms@gnu.org>
 
+       * loadup.el: Explicitly load cus-face and timer.
+
+       * isearch.el: Don't require timer.
+
+       * faces.el: Don't require cus-face.
+
        * cus-edit.el (customize-face): Use read-face-name
        and handle multiple faces.
        (customize-face-other-window): Make it work similarly.
index c107c2e41c104b1b8f19f045bf522a4a3a239f2d..e0cb78ef015a6095e85731d31d521c0084c5c193 100644 (file)
@@ -67,6 +67,7 @@
 (load "simple")
 (load "files")
 
+(load "cus-face")
 (load "faces")  ; after here, `defface' may be used.
 
 (message "Lists of integers (garbage collection statistics) are normal output")
       (and (boundp 'x-toolkit-scroll-bars)
           (load "scroll-bar"))
       (load "select")))
+(load "timer")
 (load "isearch")
 
 (message "%s" (garbage-collect))