Explicitly load cus-face and timer.
This commit is contained in:
parent
ad871438dd
commit
3fad47d896
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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")
|
||||
|
@ -134,6 +135,7 @@
|
|||
(and (boundp 'x-toolkit-scroll-bars)
|
||||
(load "scroll-bar"))
|
||||
(load "select")))
|
||||
(load "timer")
|
||||
(load "isearch")
|
||||
|
||||
(message "%s" (garbage-collect))
|
||||
|
|
Loading…
Add table
Reference in a new issue