changeset 51354:abad152707e5

Load byte-run.el, map-ynp.el, timer.el and float-sup.el from emacs-lisp.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 31 May 2003 00:36:35 +0000
parents 769c2d7bcbc0
children 7133cddab605
files lisp/loadup.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Sat May 31 00:33:50 2003 +0000
+++ b/lisp/loadup.el	Sat May 31 00:36:35 2003 +0000
@@ -48,7 +48,7 @@
 ;; We don't want to have any undo records in the dumped Emacs.
 (buffer-disable-undo "*scratch*")
 
-(load "byte-run")
+(load "emacs-lisp/byte-run")
 (load "emacs-lisp/backquote")
 (load "subr")
 
@@ -57,7 +57,7 @@
 
 (load "widget")
 (load "custom")
-(load "map-ynp")
+(load "emacs-lisp/map-ynp")
 (load "env")
 (load "cus-start")
 (load "international/mule")
@@ -139,7 +139,7 @@
       (and (boundp 'x-toolkit-scroll-bars)
 	   (load "scroll-bar"))
       (load "select")))
-(load "timer")
+(load "emacs-lisp/timer")
 (load "isearch")
 
 (message "%s" (garbage-collect))
@@ -185,7 +185,7 @@
       (load "ls-lisp")))
 (if (fboundp 'atan)	; preload some constants and
     (progn		; floating pt. functions if we have float support.
-      (load "float-sup")))
+      (load "emacs-lisp/float-sup")))
 (message "%s" (garbage-collect))
 
 (load "vc-hooks")