From: Richard M. Stallman Date: Sat, 8 Jan 1994 09:45:40 +0000 (+0000) Subject: Load version.el before site-load.el. X-Git-Tag: emacs-19.34~10346 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d606649feeb8cec6cd1846e2c3124e6c2cd9a0e;p=emacs.git Load version.el before site-load.el. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index 52472eb2770..c895e370fc3 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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)))