diff options
| author | Glenn Morris | 2012-10-20 18:19:46 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-20 18:19:46 -0700 |
| commit | ee7a418df3590accf7bbc3aa03d0b2f5507c910e (patch) | |
| tree | e144d066b8f7e3a0bea7b575af03495603cbb191 /src/lisp.mk | |
| parent | 4973679b3f9f9d6251579c5949abe18f964c24b6 (diff) | |
| download | emacs-ee7a418df3590accf7bbc3aa03d0b2f5507c910e.tar.gz emacs-ee7a418df3590accf7bbc3aa03d0b2f5507c910e.zip | |
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.mk | 5 |
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 \ |