]> code.delx.au - gnu-emacs/blobdiff - src/lisp.mk
* src/eval.c (Finteractive_p): Revert lexbind-merge mishap.
[gnu-emacs] / src / lisp.mk
index 162d88199177b2c1a127314e636794dc7b0b3c7b..8c2710110e36a08af2ef3a7f0dff797d0f4941cc 100644 (file)
@@ -34,8 +34,9 @@
 ## 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.
+## Confusingly, international/cp51932 and international/eucjp-ms are
+## unconditionally loaded from language/japanese, instead of being
+## loaded directly from loadup.el; FIXME.
 
 ## Note that this list should not include lisp files which might not
 ## be present, like site-load.el and site-init.el; this makefile
@@ -65,6 +66,7 @@ lisp = \
        $(lispsource)/format.elc \
        $(lispsource)/bindings.elc \
        $(lispsource)/files.elc \
+       $(lispsource)/emacs-lisp/macroexp.elc \
        $(lispsource)/cus-face.elc \
        $(lispsource)/faces.elc \
        $(lispsource)/button.elc \
@@ -93,6 +95,8 @@ lisp = \
        $(lispsource)/language/greek.elc \
        $(lispsource)/language/hebrew.elc \
        $(lispsource)/language/japanese.elc \
+       $(lispsource)/international/cp51932.el \
+       $(lispsource)/international/eucjp-ms.el \
        $(lispsource)/language/korean.elc \
        $(lispsource)/language/lao.elc \
        $(lispsource)/language/tai-viet.elc \