comparison lisp/loadup.el @ 10806:9e59d5bdaab8

Load version.el early on.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Feb 1995 05:34:45 +0000
parents c062f5bc946a
children 2ea19d4d0b4b
comparison
equal deleted inserted replaced
10805:7b7874738e7c 10806:9e59d5bdaab8
31 31
32 ;;; We don't want to have any undo records in the dumped Emacs. 32 ;;; We don't want to have any undo records in the dumped Emacs.
33 (buffer-disable-undo "*scratch*") 33 (buffer-disable-undo "*scratch*")
34 34
35 (load "subr") 35 (load "subr")
36
37 ;; We specify .el in case someone compiled version.el by mistake.
38 (load "version.el")
39
36 (garbage-collect) 40 (garbage-collect)
37 (load "byte-run") 41 (load "byte-run")
38 (garbage-collect) 42 (garbage-collect)
39 (load "map-ynp") 43 (load "map-ynp")
40 (garbage-collect) 44 (garbage-collect)
127 (garbage-collect) ; we have float support. 131 (garbage-collect) ; we have float support.
128 (load "float-sup"))) 132 (load "float-sup")))
129 133
130 (garbage-collect) 134 (garbage-collect)
131 (load "vc-hooks") 135 (load "vc-hooks")
132
133 ;; We specify .el in case someone compiled version.el by mistake.
134 (load "version.el")
135 136
136 ;If you want additional libraries to be preloaded and their 137 ;If you want additional libraries to be preloaded and their
137 ;doc strings kept in the DOC file rather than in core, 138 ;doc strings kept in the DOC file rather than in core,
138 ;you may load them with a "site-load.el" file. 139 ;you may load them with a "site-load.el" file.
139 ;But you must also cause them to be scanned when the DOC file 140 ;But you must also cause them to be scanned when the DOC file