From: Richard M. Stallman Date: Thu, 23 Feb 1995 05:34:45 +0000 (+0000) Subject: Load version.el early on. X-Git-Tag: emacs-19.34~5052 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=158973475c345957db525bd5b680d3b5a9802db1;p=emacs.git Load version.el early on. --- 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.