From 158973475c345957db525bd5b680d3b5a9802db1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 23 Feb 1995 05:34:45 +0000 Subject: [PATCH] Load version.el early on. --- lisp/loadup.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/loadup.el b/lisp/loadup.el index fd5b4924d3d..71d23f4a0a4 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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. -- 2.11.4.GIT