diff lisp/loadup.el @ 5505:3e7c458f3d7f

Load version.el before site-load.el.
author Richard M. Stallman <rms@gnu.org>
date Sat, 08 Jan 1994 09:45:40 +0000
parents 3f6777439468
children 5d907d4216ce
line wrap: on
line diff
--- a/lisp/loadup.el	Sat Jan 08 09:23:12 1994 +0000
+++ b/lisp/loadup.el	Sat Jan 08 09:45:40 1994 +0000
@@ -111,6 +111,9 @@
 (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.
@@ -120,8 +123,6 @@
 (if (load "site-load" t)
     (garbage-collect))
 
-(load "version.el")  ;Don't get confused if someone compiled version.el by mistake.
-
 ;; Determine which last version number to use
 ;; based on the executables that now exist.
 (if (and (fboundp 'dump-emacs) (not (eq system-type 'ms-dos)))