diff options
| -rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 97b0c77d495..3f7a7e7b972 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -81,6 +81,8 @@ DONTCOMPILE = \ | |||
| 81 | $(lisp)/language/vietnamese.el \ | 81 | $(lisp)/language/vietnamese.el \ |
| 82 | $(lisp)/language/cyrillic.el \ | 82 | $(lisp)/language/cyrillic.el \ |
| 83 | $(lisp)/language/czech.el \ | 83 | $(lisp)/language/czech.el \ |
| 84 | $(lisp)/language/chinese.el \ | ||
| 85 | $(lisp)/language/japanese.el \ | ||
| 84 | $(lisp)/loaddefs.el \ | 86 | $(lisp)/loaddefs.el \ |
| 85 | $(lisp)/loadup.el \ | 87 | $(lisp)/loadup.el \ |
| 86 | $(lisp)/mail/blessmail.el \ | 88 | $(lisp)/mail/blessmail.el \ |