diff options
| -rw-r--r-- | lisp/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 1335e55932f..3eaf33a78a0 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -63,9 +63,6 @@ DONTCOMPILE = \ | |||
| 63 | $(lisp)/international/latin-8.el \ | 63 | $(lisp)/international/latin-8.el \ |
| 64 | $(lisp)/international/latin-9.el \ | 64 | $(lisp)/international/latin-9.el \ |
| 65 | $(lisp)/international/latin1-disp.el \ | 65 | $(lisp)/international/latin1-disp.el \ |
| 66 | $(lisp)/international/ucs-tables.el \ | ||
| 67 | $(lisp)/international/utf-8.el \ | ||
| 68 | $(lisp)/international/utf-8-subst.el \ | ||
| 69 | $(lisp)/international/mule-conf.el \ | 66 | $(lisp)/international/mule-conf.el \ |
| 70 | $(lisp)/language/czech.el \ | 67 | $(lisp)/language/czech.el \ |
| 71 | $(lisp)/language/devanagari.el \ | 68 | $(lisp)/language/devanagari.el \ |
| @@ -81,6 +78,9 @@ DONTCOMPILE = \ | |||
| 81 | $(lisp)/language/thai.el \ | 78 | $(lisp)/language/thai.el \ |
| 82 | $(lisp)/language/utf-8-lang.el \ | 79 | $(lisp)/language/utf-8-lang.el \ |
| 83 | $(lisp)/language/georgian.el \ | 80 | $(lisp)/language/georgian.el \ |
| 81 | $(lisp)/language/vietnamese.el \ | ||
| 82 | $(lisp)/language/cyrillic.el \ | ||
| 83 | $(lisp)/language/czech.el \ | ||
| 84 | $(lisp)/loaddefs.el \ | 84 | $(lisp)/loaddefs.el \ |
| 85 | $(lisp)/loadup.el \ | 85 | $(lisp)/loadup.el \ |
| 86 | $(lisp)/mail/blessmail.el \ | 86 | $(lisp)/mail/blessmail.el \ |