/[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.129 by handa, Tue Feb 11 02:45:25 2003 UTC revision 1.130 by lektu, Sat May 31 00:36:35 2003 UTC
# Line 48  Line 48 
48  ;; We don't want to have any undo records in the dumped Emacs.  ;; We don't want to have any undo records in the dumped Emacs.
49  (buffer-disable-undo "*scratch*")  (buffer-disable-undo "*scratch*")
50    
51  (load "byte-run")  (load "emacs-lisp/byte-run")
52  (load "emacs-lisp/backquote")  (load "emacs-lisp/backquote")
53  (load "subr")  (load "subr")
54    
# Line 57  Line 57 
57    
58  (load "widget")  (load "widget")
59  (load "custom")  (load "custom")
60  (load "map-ynp")  (load "emacs-lisp/map-ynp")
61  (load "env")  (load "env")
62  (load "cus-start")  (load "cus-start")
63  (load "international/mule")  (load "international/mule")
# Line 139  Line 139 
139        (and (boundp 'x-toolkit-scroll-bars)        (and (boundp 'x-toolkit-scroll-bars)
140             (load "scroll-bar"))             (load "scroll-bar"))
141        (load "select")))        (load "select")))
142  (load "timer")  (load "emacs-lisp/timer")
143  (load "isearch")  (load "isearch")
144    
145  (message "%s" (garbage-collect))  (message "%s" (garbage-collect))
# Line 185  Line 185 
185        (load "ls-lisp")))        (load "ls-lisp")))
186  (if (fboundp 'atan)     ; preload some constants and  (if (fboundp 'atan)     ; preload some constants and
187      (progn              ; floating pt. functions if we have float support.      (progn              ; floating pt. functions if we have float support.
188        (load "float-sup")))        (load "emacs-lisp/float-sup")))
189  (message "%s" (garbage-collect))  (message "%s" (garbage-collect))
190    
191  (load "vc-hooks")  (load "vc-hooks")

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130

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