aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.mk
diff options
context:
space:
mode:
authorJoakim Verona2012-10-24 13:07:12 +0200
committerJoakim Verona2012-10-24 13:07:12 +0200
commitfd0ea43455f2bd9c96f76b87188f0808bd6ce213 (patch)
tree2a34edfe608adb294de5eef6678e2f9ba457c02c /src/lisp.mk
parent6d3ae671153437538da2d1b41af0d1589ec8148b (diff)
parent4e79d09a237fe27c0a3d79ddb67642389f414614 (diff)
downloademacs-fd0ea43455f2bd9c96f76b87188f0808bd6ce213.tar.gz
emacs-fd0ea43455f2bd9c96f76b87188f0808bd6ce213.zip
upstream
Diffstat (limited to 'src/lisp.mk')
-rw-r--r--src/lisp.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lisp.mk b/src/lisp.mk
index 3d60e07dea3..1f459d4d5f1 100644
--- a/src/lisp.mk
+++ b/src/lisp.mk
@@ -35,7 +35,8 @@
35## no-byte-compile ones. 35## no-byte-compile ones.
36 36
37## Confusingly, term/internal is not in loadup, but is unconditionally 37## Confusingly, term/internal is not in loadup, but is unconditionally
38## loaded by pc-win, which is. 38## loaded by pc-win, which is. Ditto for international/cp51932 and
39## international/eucjp-ms, loaded from language/japanese.
39 40
40## Note that this list should not include lisp files which might not 41## Note that this list should not include lisp files which might not
41## be present, like site-load.el and site-init.el; this makefile 42## be present, like site-load.el and site-init.el; this makefile
@@ -94,6 +95,8 @@ lisp = \
94 $(lispsource)/language/greek.elc \ 95 $(lispsource)/language/greek.elc \
95 $(lispsource)/language/hebrew.elc \ 96 $(lispsource)/language/hebrew.elc \
96 $(lispsource)/language/japanese.elc \ 97 $(lispsource)/language/japanese.elc \
98 $(lispsource)/international/cp51932.el \
99 $(lispsource)/international/eucjp-ms.el \
97 $(lispsource)/language/korean.elc \ 100 $(lispsource)/language/korean.elc \
98 $(lispsource)/language/lao.elc \ 101 $(lispsource)/language/lao.elc \
99 $(lispsource)/language/tai-viet.elc \ 102 $(lispsource)/language/tai-viet.elc \