diff options
| author | Dave Love | 2001-12-18 15:37:38 +0000 |
|---|---|---|
| committer | Dave Love | 2001-12-18 15:37:38 +0000 |
| commit | 28c7d1b8257f2b59ec0f0146505b86435b0ba3a8 (patch) | |
| tree | 4f31c6a7846d64d769cafe75220cc8a47f141946 | |
| parent | 9a02c067e44223880912d96d1c14e4d96ed51abf (diff) | |
| download | emacs-28c7d1b8257f2b59ec0f0146505b86435b0ba3a8.tar.gz emacs-28c7d1b8257f2b59ec0f0146505b86435b0ba3a8.zip | |
(DONTCOMPILE): Add various language files.
| -rw-r--r-- | lisp/Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index a5539f2877f..988536757ed 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -63,6 +63,20 @@ 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/mule-conf.el \ | 65 | $(lisp)/international/mule-conf.el \ |
| 66 | $(lisp)/language/czech.el \ | ||
| 67 | $(lisp)/language/devanagari.el \ | ||
| 68 | $(lisp)/language/english.el \ | ||
| 69 | $(lisp)/language/greek.el \ | ||
| 70 | $(lisp)/language/hebrew.el \ | ||
| 71 | $(lisp)/language/japanese.el \ | ||
| 72 | $(lisp)/language/korean.el \ | ||
| 73 | $(lisp)/language/lao.el \ | ||
| 74 | $(lisp)/language/misc-lang.el \ | ||
| 75 | $(lisp)/language/romanian.el \ | ||
| 76 | $(lisp)/language/slovak.el \ | ||
| 77 | $(lisp)/language/thai.el \ | ||
| 78 | $(lisp)/language/utf-8-lang.el \ | ||
| 79 | $(lisp)/language/georgian.el \ | ||
| 66 | $(lisp)/loaddefs.el \ | 80 | $(lisp)/loaddefs.el \ |
| 67 | $(lisp)/loadup.el \ | 81 | $(lisp)/loadup.el \ |
| 68 | $(lisp)/mail/blessmail.el \ | 82 | $(lisp)/mail/blessmail.el \ |