diff options
| author | Glenn Morris <rgm@gnu.org> | 2012-05-25 14:57:51 -0400 | 
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2012-05-25 14:57:51 -0400 | 
| commit | 758c81e87ded2bad9f5a5a6683fb498965eb508c (patch) | |
| tree | f40ccb469e524f81ede749cfa334ad2d7fb3e3d5 /lisp/loadup.el | |
| parent | 48def666f155f3a102594f3a7d800ae549c36313 (diff) | |
| download | emacs-758c81e87ded2bad9f5a5a6683fb498965eb508c.tar.gz | |
There's no reason not to compile version.el
AFAICS, this is ancient code dating from when there was an "inc-vers.el",
that was used to bump the build number on version.el. Nowadays that
happens in loadup.el.
* lisp/version.el: Remove no-byte-compile and associated formatting.
* lisp/loadup.el: No need to load lisp/version.el uncompiled.
Diffstat (limited to 'lisp/loadup.el')
| -rw-r--r-- | lisp/loadup.el | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lisp/loadup.el b/lisp/loadup.el index ab3b107e56c..38c1f82568b 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -83,8 +83,7 @@  ;; implemented in subr.el.  (add-hook 'after-load-functions (lambda (f) (garbage-collect))) -;; We specify .el in case someone compiled version.el by mistake. -(load "version.el") +(load "version")  (load "widget")  (load "custom") | 
