diff options
Diffstat (limited to 'src/lisp.mk')
| -rw-r--r-- | src/lisp.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lisp.mk b/src/lisp.mk index 1f459d4d5f1..8c2710110e3 100644 --- a/src/lisp.mk +++ b/src/lisp.mk @@ -34,9 +34,9 @@ ## that does not have an explicit .el extension, but beware of any ## no-byte-compile ones. -## Confusingly, term/internal is not in loadup, but is unconditionally -## loaded by pc-win, which is. Ditto for international/cp51932 and -## international/eucjp-ms, loaded from language/japanese. +## 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 |
