Load byte-run.el, map-ynp.el, timer.el and float-sup.el from emacs-lisp.
This commit is contained in:
parent
8dc48ef051
commit
693e59d636
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue