]> git.eshelyaron.com Git - emacs.git/commitdiff
(loaddefs.el): Load it earlier, and GC before and after
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 May 1998 20:56:22 +0000 (20:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 May 1998 20:56:22 +0000 (20:56 +0000)
and a few more times later on.

lisp/loadup.el

index 13d2cdab30ea287c5109120cb7dbd8e81e76429b..8113b573739a74a138ccf061829a22fbd126a4c4 100644 (file)
 (load "international/mule-cmds")
 (load "case-table")
 (load "international/characters")
+
+(message "%s" (garbage-collect))
+(load "loaddefs.el")  ;Don't get confused if someone compiled this by mistake.
+(message "%s" (garbage-collect))
+
 (let ((set-case-syntax-set-multibyte t))
   (load "international/latin-1")
   (load "international/latin-2")
@@ -83,6 +88,7 @@
 (load "language/vietnamese")
 (load "language/misc-lang")
 (update-iso-coding-systems)
+
 (load "indent")
 (load "isearch")
 (load "window")
       (load "mouse")
       (load "scroll-bar")
       (load "select")))
+
+(message "%s" (garbage-collect))
 (load "menu-bar")
 (load "paths.el")  ;Don't get confused if someone compiled paths by mistake.
 (load "startup")
 (load "emacs-lisp/lisp-mode")
 (load "textmodes/text-mode")
 (load "textmodes/fill")
-(garbage-collect)
+(message "%s" (garbage-collect))
+
 (load "replace")
 (if (eq system-type 'vax-vms)
     (progn
 (if (fboundp 'atan)    ; preload some constants and 
     (progn             ; floating pt. functions if we have float support.
       (load "float-sup")))
-(garbage-collect)
-(load "loaddefs.el")  ;Don't get confused if someone compiled this by mistake.
+(message "%s" (garbage-collect))
 
-(garbage-collect)
 (load "vc-hooks")
 (load "ediff-hook")
+(message "%s" (garbage-collect))
 
 ;If you want additional libraries to be preloaded and their
 ;doc strings kept in the DOC file rather than in core,