Mercurial > emacs
changeset 89150:b50c2b9d6979
(DONTCOMPILE): Remove latin-N.el.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 05 Oct 2002 19:00:51 +0000 |
parents | b05fd8a2ca53 |
children | eab07aa0b8fe |
files | lisp/Makefile.in |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Sat Oct 05 18:59:25 2002 +0000 +++ b/lisp/Makefile.in Sat Oct 05 19:00:51 2002 +0000 @@ -42,9 +42,6 @@ # Files which should not be compiled. If you change the name `DONTCOMPILE' # to something different, you'll have to change make-dist as well, and # modify the lists in $lisp and $shortlisp on src/Makefile.in. -# -# - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's -# no point compiling it, although it doesn't hurt. DONTCOMPILE = \ $(lisp)/cus-load.el \ @@ -55,13 +52,6 @@ $(lisp)/forms-d2.el \ $(lisp)/forms-pass.el \ $(lisp)/generic-x.el \ - $(lisp)/international/latin-1.el \ - $(lisp)/international/latin-2.el \ - $(lisp)/international/latin-3.el \ - $(lisp)/international/latin-4.el \ - $(lisp)/international/latin-5.el \ - $(lisp)/international/latin-8.el \ - $(lisp)/international/latin-9.el \ $(lisp)/international/latin1-disp.el \ $(lisp)/international/mule-conf.el \ $(lisp)/language/czech.el \