/[emacs]/emacs/lisp/loadup.el
ViewVC logotype

Diff of /emacs/lisp/loadup.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.121 by monnier, Mon Apr 15 11:30:08 2002 UTC revision 1.122 by rms, Sat Apr 27 03:48:19 2002 UTC
# Line 67  Line 67 
67  (load "simple")  (load "simple")
68  (load "files")  (load "files")
69    
70    (load "cus-face")
71  (load "faces")  ; after here, `defface' may be used.  (load "faces")  ; after here, `defface' may be used.
72    
73  (message "Lists of integers (garbage collection statistics) are normal output")  (message "Lists of integers (garbage collection statistics) are normal output")
# Line 134  Line 135 
135        (and (boundp 'x-toolkit-scroll-bars)        (and (boundp 'x-toolkit-scroll-bars)
136             (load "scroll-bar"))             (load "scroll-bar"))
137        (load "select")))        (load "select")))
138    (load "timer")
139  (load "isearch")  (load "isearch")
140    
141  (message "%s" (garbage-collect))  (message "%s" (garbage-collect))

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26