emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/loadup.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/loadup.el
Date: Fri, 30 May 2003 20:36:35 -0400

Index: emacs/lisp/loadup.el
diff -c emacs/lisp/loadup.el:1.129 emacs/lisp/loadup.el:1.130
*** emacs/lisp/loadup.el:1.129  Mon Feb 10 21:45:25 2003
--- emacs/lisp/loadup.el        Fri May 30 20:36:35 2003
***************
*** 48,54 ****
  ;; We don't want to have any undo records in the dumped Emacs.
  (buffer-disable-undo "*scratch*")
  
! (load "byte-run")
  (load "emacs-lisp/backquote")
  (load "subr")
  
--- 48,54 ----
  ;; We don't want to have any undo records in the dumped Emacs.
  (buffer-disable-undo "*scratch*")
  
! (load "emacs-lisp/byte-run")
  (load "emacs-lisp/backquote")
  (load "subr")
  
***************
*** 57,63 ****
  
  (load "widget")
  (load "custom")
! (load "map-ynp")
  (load "env")
  (load "cus-start")
  (load "international/mule")
--- 57,63 ----
  
  (load "widget")
  (load "custom")
! (load "emacs-lisp/map-ynp")
  (load "env")
  (load "cus-start")
  (load "international/mule")
***************
*** 139,145 ****
        (and (boundp 'x-toolkit-scroll-bars)
           (load "scroll-bar"))
        (load "select")))
! (load "timer")
  (load "isearch")
  
  (message "%s" (garbage-collect))
--- 139,145 ----
        (and (boundp 'x-toolkit-scroll-bars)
           (load "scroll-bar"))
        (load "select")))
! (load "emacs-lisp/timer")
  (load "isearch")
  
  (message "%s" (garbage-collect))
***************
*** 185,191 ****
        (load "ls-lisp")))
  (if (fboundp 'atan)   ; preload some constants and
      (progn            ; floating pt. functions if we have float support.
!       (load "float-sup")))
  (message "%s" (garbage-collect))
  
  (load "vc-hooks")
--- 185,191 ----
        (load "ls-lisp")))
  (if (fboundp 'atan)   ; preload some constants and
      (progn            ; floating pt. functions if we have float support.
!       (load "emacs-lisp/float-sup")))
  (message "%s" (garbage-collect))
  
  (load "vc-hooks")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]