From ee7a418df3590accf7bbc3aa03d0b2f5507c910e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 20 Oct 2012 18:19:46 -0700 Subject: 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. --- src/ChangeLog | 4 ++++ src/lisp.mk | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index c7170dec164..979c38e4920 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-10-21 Glenn Morris + + * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el. + 2012-10-20 Paul Eggert Port to OpenBSD 5.1. 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 \ -- cgit v1.2.1