diff options
| author | Dave Love | 2002-10-06 16:55:14 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-06 16:55:14 +0000 |
| commit | 979d7ef282a0c094dd523ce7b574e43f7e49b4ce (patch) | |
| tree | 178bf10bee8d242e512e479c2aab991ae8168f7a /src | |
| parent | 984d1f2fd6c0750530a11718cdf273dc66630ef7 (diff) | |
| download | emacs-979d7ef282a0c094dd523ce7b574e43f7e49b4ce.tar.gz emacs-979d7ef282a0c094dd523ce7b574e43f7e49b4ce.zip | |
(lisp, shortlisp): Remove latin-N.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index a33b7822ec5..4efff603b44 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -674,13 +674,6 @@ lisp= \ | |||
| 674 | ${lispsource}international/mule-conf.el \ | 674 | ${lispsource}international/mule-conf.el \ |
| 675 | ${lispsource}international/mule-cmds.elc \ | 675 | ${lispsource}international/mule-cmds.elc \ |
| 676 | ${lispsource}international/characters.elc \ | 676 | ${lispsource}international/characters.elc \ |
| 677 | ${lispsource}international/latin-1.el \ | ||
| 678 | ${lispsource}international/latin-2.el \ | ||
| 679 | ${lispsource}international/latin-3.el \ | ||
| 680 | ${lispsource}international/latin-4.el \ | ||
| 681 | ${lispsource}international/latin-5.el \ | ||
| 682 | ${lispsource}international/latin-8.el \ | ||
| 683 | ${lispsource}international/latin-9.el \ | ||
| 684 | ${lispsource}case-table.elc \ | 677 | ${lispsource}case-table.elc \ |
| 685 | ${lispsource}language/chinese.el \ | 678 | ${lispsource}language/chinese.el \ |
| 686 | ${lispsource}language/cyrillic.el \ | 679 | ${lispsource}language/cyrillic.el \ |
| @@ -755,13 +748,6 @@ shortlisp= \ | |||
| 755 | ../lisp/international/mule-conf.el \ | 748 | ../lisp/international/mule-conf.el \ |
| 756 | ../lisp/international/mule-cmds.elc \ | 749 | ../lisp/international/mule-cmds.elc \ |
| 757 | ../lisp/international/characters.elc \ | 750 | ../lisp/international/characters.elc \ |
| 758 | ../lisp/international/latin-1.el \ | ||
| 759 | ../lisp/international/latin-2.el \ | ||
| 760 | ../lisp/international/latin-3.el \ | ||
| 761 | ../lisp/international/latin-4.el \ | ||
| 762 | ../lisp/international/latin-5.el \ | ||
| 763 | ../lisp/international/latin-8.el \ | ||
| 764 | ../lisp/international/latin-9.el \ | ||
| 765 | ../lisp/case-table.elc \ | 751 | ../lisp/case-table.elc \ |
| 766 | ../lisp/language/chinese.el \ | 752 | ../lisp/language/chinese.el \ |
| 767 | ../lisp/language/cyrillic.el \ | 753 | ../lisp/language/cyrillic.el \ |