]> git.eshelyaron.com Git - emacs.git/commitdiff
Load version.el before site-load.el.
authorRichard M. Stallman <rms@gnu.org>
Sat, 8 Jan 1994 09:45:40 +0000 (09:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 8 Jan 1994 09:45:40 +0000 (09:45 +0000)
lisp/loadup.el

index 52472eb27709e998e31f807f427603e7bb0cc574..c895e370fc3f8cf2eb414b075a1e9158790649f6 100644 (file)
 (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.
 (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)))