# HG changeset patch # User Richard M. Stallman # Date 793517685 0 # Node ID 9e59d5bdaab83592ac8ff550cc3bae29c4a6c50a # Parent 7b7874738e7c42d7e74e6d9958feb32a23f06e7e Load version.el early on. diff -r 7b7874738e7c -r 9e59d5bdaab8 lisp/loadup.el --- 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.