changeset 10806:9e59d5bdaab8

Load version.el early on.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Feb 1995 05:34:45 +0000
parents 7b7874738e7c
children 50f00b298a2d
files lisp/loadup.el
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Thu Feb 23 05:02:54 1995 +0000
+++ b/lisp/loadup.el	Thu Feb 23 05:34:45 1995 +0000
@@ -33,6 +33,10 @@
 (buffer-disable-undo "*scratch*")
 
 (load "subr")
+
+;; We specify .el in case someone compiled version.el by mistake.
+(load "version.el")
+
 (garbage-collect)
 (load "byte-run")
 (garbage-collect)
@@ -130,9 +134,6 @@
 (garbage-collect)
 (load "vc-hooks")
 
-;; We specify .el in case someone compiled version.el by mistake.
-(load "version.el")
-
 ;If you want additional libraries to be preloaded and their
 ;doc strings kept in the DOC file rather than in core,
 ;you may load them with a "site-load.el" file.