summaryrefslogtreecommitdiff
path: root/src/lisp.mk
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-20 18:19:46 -0700
committerGlenn Morris <rgm@gnu.org>2012-10-20 18:19:46 -0700
commitee7a418df3590accf7bbc3aa03d0b2f5507c910e (patch)
treee144d066b8f7e3a0bea7b575af03495603cbb191 /src/lisp.mk
parent4973679b3f9f9d6251579c5949abe18f964c24b6 (diff)
downloademacs-ee7a418df3590accf7bbc3aa03d0b2f5507c910e.tar.gz
Recognize that cp51932.el and eucjp-ms.el are loaded during dumping
* src/lisp.mk (lisp): Add cp51932.el and eucjp-ms.el. * lib-src/make-docfile.c (scan_lisp_file): Add cp51932.el and eucjp-ms.el.
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 @@
## 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 \