diff options
| author | Juanma Barranquero | 2003-05-31 00:36:35 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-05-31 00:36:35 +0000 |
| commit | 693e59d636aba1bfaaaafd4c0a03987ca6c4d6a0 (patch) | |
| tree | 7f7f519f16b9c2bdf9bbae043803f7001fde9708 | |
| parent | 8dc48ef0512c8ed488a5fd425b2a8dd9e80acb95 (diff) | |
| download | emacs-693e59d636aba1bfaaaafd4c0a03987ca6c4d6a0.tar.gz emacs-693e59d636aba1bfaaaafd4c0a03987ca6c4d6a0.zip | |
Load byte-run.el, map-ynp.el, timer.el and float-sup.el from emacs-lisp.
| -rw-r--r-- | lisp/loadup.el | 8 |
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 @@ | |||
| 48 | ;; We don't want to have any undo records in the dumped Emacs. | 48 | ;; We don't want to have any undo records in the dumped Emacs. |
| 49 | (buffer-disable-undo "*scratch*") | 49 | (buffer-disable-undo "*scratch*") |
| 50 | 50 | ||
| 51 | (load "byte-run") | 51 | (load "emacs-lisp/byte-run") |
| 52 | (load "emacs-lisp/backquote") | 52 | (load "emacs-lisp/backquote") |
| 53 | (load "subr") | 53 | (load "subr") |
| 54 | 54 | ||
| @@ -57,7 +57,7 @@ | |||
| 57 | 57 | ||
| 58 | (load "widget") | 58 | (load "widget") |
| 59 | (load "custom") | 59 | (load "custom") |
| 60 | (load "map-ynp") | 60 | (load "emacs-lisp/map-ynp") |
| 61 | (load "env") | 61 | (load "env") |
| 62 | (load "cus-start") | 62 | (load "cus-start") |
| 63 | (load "international/mule") | 63 | (load "international/mule") |
| @@ -139,7 +139,7 @@ | |||
| 139 | (and (boundp 'x-toolkit-scroll-bars) | 139 | (and (boundp 'x-toolkit-scroll-bars) |
| 140 | (load "scroll-bar")) | 140 | (load "scroll-bar")) |
| 141 | (load "select"))) | 141 | (load "select"))) |
| 142 | (load "timer") | 142 | (load "emacs-lisp/timer") |
| 143 | (load "isearch") | 143 | (load "isearch") |
| 144 | 144 | ||
| 145 | (message "%s" (garbage-collect)) | 145 | (message "%s" (garbage-collect)) |
| @@ -185,7 +185,7 @@ | |||
| 185 | (load "ls-lisp"))) | 185 | (load "ls-lisp"))) |
| 186 | (if (fboundp 'atan) ; preload some constants and | 186 | (if (fboundp 'atan) ; preload some constants and |
| 187 | (progn ; floating pt. functions if we have float support. | 187 | (progn ; floating pt. functions if we have float support. |
| 188 | (load "float-sup"))) | 188 | (load "emacs-lisp/float-sup"))) |
| 189 | (message "%s" (garbage-collect)) | 189 | (message "%s" (garbage-collect)) |
| 190 | 190 | ||
| 191 | (load "vc-hooks") | 191 | (load "vc-hooks") |