diff options
Diffstat (limited to 'src/lisp.mk')
-rw-r--r-- | src/lisp.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lisp.mk b/src/lisp.mk index 8eb86b7429e..0a431a59d7d 100644 --- a/src/lisp.mk +++ b/src/lisp.mk @@ -34,10 +34,6 @@ ## that does not have an explicit .el extension, but beware of any ## no-byte-compile ones. -## Confusingly, international/cp51932 and international/eucjp-ms are -## unconditionally loaded from language/japanese, instead of being -## loaded directly from loadup.el; FIXME. - ## Note that this list should not include lisp files which might not ## be present, like site-load.el and site-init.el; this makefile ## expects them all to be either present or buildable. @@ -96,9 +92,9 @@ lisp = \ $(lispsource)/language/romanian.elc \ $(lispsource)/language/greek.elc \ $(lispsource)/language/hebrew.elc \ - $(lispsource)/language/japanese.elc \ $(lispsource)/international/cp51932.el \ $(lispsource)/international/eucjp-ms.el \ + $(lispsource)/language/japanese.elc \ $(lispsource)/language/korean.elc \ $(lispsource)/language/lao.elc \ $(lispsource)/language/tai-viet.elc \ |