summaryrefslogtreecommitdiff
path: root/src/lisp.mk
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-05-25 18:13:24 -0400
committerGlenn Morris <rgm@gnu.org>2012-05-25 18:13:24 -0400
commitf9f334f0c2568ece5724b1a32d3e852d52573517 (patch)
treeb0e04e3c43cd77bcee781f3b683a604f60d01dfa /src/lisp.mk
parent8825930890470898883be9841d6a0aa3d6ff6623 (diff)
downloademacs-f9f334f0c2568ece5724b1a32d3e852d52573517.tar.gz
* 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/lisp.mk')
-rw-r--r--src/lisp.mk7
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 @@
## sed -e 's/"[ )].*//' -n -e '/(load "/ s/.*load "//p' loadup.el | \
## grep -vE 'site-|ldefs-boot'
## minus any duplicates.
-## Note that you cannot just add a ".elc" extension to every file,
-## since some of them are no-byte-compile (eg some language/ ones).
+## Note that you can generally just add a ".elc" extension to every file
+## that does not have an explicit .el extension, but beware of any
+## no-byte-compile ones.
## Confusingly, term/internal is not in loadup, but is unconditionally
## loaded by pc-win, which is.
@@ -120,7 +121,7 @@ lisp = \
$(lispsource)/isearch.elc \
$(lispsource)/rfn-eshadow.elc \
$(lispsource)/menu-bar.elc \
- $(lispsource)/paths.el \
+ $(lispsource)/paths.elc \
$(lispsource)/emacs-lisp/lisp.elc \
$(lispsource)/textmodes/page.elc \
$(lispsource)/register.elc \