diff options
| author | Glenn Morris | 2012-05-25 18:13:24 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-25 18:13:24 -0400 |
| commit | f9f334f0c2568ece5724b1a32d3e852d52573517 (patch) | |
| tree | b0e04e3c43cd77bcee781f3b683a604f60d01dfa /src | |
| parent | 8825930890470898883be9841d6a0aa3d6ff6623 (diff) | |
| download | emacs-f9f334f0c2568ece5724b1a32d3e852d52573517.tar.gz emacs-f9f334f0c2568ece5724b1a32d3e852d52573517.zip | |
* lisp/paths.el: Remove no-byte-compile.
* lisp/loadup.el: No need to load lisp/paths.el uncompiled.
* src/lisp.mk (lisp): Update for this change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lisp.mk b/src/lisp.mk index bd0ec223787..c9966c6506c 100644 --- a/src/lisp.mk +++ b/src/lisp.mk | |||
| @@ -30,8 +30,9 @@ | |||
| 30 | ## sed -e 's/"[ )].*//' -n -e '/(load "/ s/.*load "//p' loadup.el | \ | 30 | ## sed -e 's/"[ )].*//' -n -e '/(load "/ s/.*load "//p' loadup.el | \ |
| 31 | ## grep -vE 'site-|ldefs-boot' | 31 | ## grep -vE 'site-|ldefs-boot' |
| 32 | ## minus any duplicates. | 32 | ## minus any duplicates. |
| 33 | ## Note that you cannot just add a ".elc" extension to every file, | 33 | ## Note that you can generally just add a ".elc" extension to every file |
| 34 | ## since some of them are no-byte-compile (eg some language/ ones). | 34 | ## that does not have an explicit .el extension, but beware of any |
| 35 | ## no-byte-compile ones. | ||
| 35 | 36 | ||
| 36 | ## Confusingly, term/internal is not in loadup, but is unconditionally | 37 | ## Confusingly, term/internal is not in loadup, but is unconditionally |
| 37 | ## loaded by pc-win, which is. | 38 | ## loaded by pc-win, which is. |
| @@ -120,7 +121,7 @@ lisp = \ | |||
| 120 | $(lispsource)/isearch.elc \ | 121 | $(lispsource)/isearch.elc \ |
| 121 | $(lispsource)/rfn-eshadow.elc \ | 122 | $(lispsource)/rfn-eshadow.elc \ |
| 122 | $(lispsource)/menu-bar.elc \ | 123 | $(lispsource)/menu-bar.elc \ |
| 123 | $(lispsource)/paths.el \ | 124 | $(lispsource)/paths.elc \ |
| 124 | $(lispsource)/emacs-lisp/lisp.elc \ | 125 | $(lispsource)/emacs-lisp/lisp.elc \ |
| 125 | $(lispsource)/textmodes/page.elc \ | 126 | $(lispsource)/textmodes/page.elc \ |
| 126 | $(lispsource)/register.elc \ | 127 | $(lispsource)/register.elc \ |