diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lisp.mk | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c7170dec164..979c38e4920 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el. | ||
| 4 | |||
| 1 | 2012-10-20 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-10-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Port to OpenBSD 5.1. | 7 | 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 @@ | |||
| 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 \ |