summaryrefslogtreecommitdiff
path: root/lisp/loadup.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-05-31 00:36:35 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-05-31 00:36:35 +0000
commit693e59d636aba1bfaaaafd4c0a03987ca6c4d6a0 (patch)
tree7f7f519f16b9c2bdf9bbae043803f7001fde9708 /lisp/loadup.el
parent8dc48ef0512c8ed488a5fd425b2a8dd9e80acb95 (diff)
downloademacs-693e59d636aba1bfaaaafd4c0a03987ca6c4d6a0.tar.gz
Load byte-run.el, map-ynp.el, timer.el and float-sup.el from emacs-lisp.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index acb4c141c75..4b525158947 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -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")