]> code.delx.au - gnu-emacs/blobdiff - src/lisp.mk
Recognize that cp51932.el and eucjp-ms.el are loaded during dumping
[gnu-emacs] / src / lisp.mk
index 3d60e07dea3f7aa5cc0168763864163d60c75a02..1f459d4d5f19eba83be1d488b264c846451e3f42 100644 (file)
@@ -35,7 +35,8 @@
 ## no-byte-compile ones.
 
 ## Confusingly, term/internal is not in loadup, but is unconditionally
-## loaded by pc-win, which is.
+## loaded by pc-win, which is.  Ditto for international/cp51932 and
+## international/eucjp-ms, loaded from language/japanese.
 
 ## Note that this list should not include lisp files which might not
 ## be present, like site-load.el and site-init.el; this makefile
@@ -94,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 \