From: Gerd Moellmann Date: Fri, 26 Jan 2001 12:43:05 +0000 (+0000) Subject: (DONTCOMPILE): Add various term files. X-Git-Tag: emacs-pretest-21.0.96~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c317bd2b45e7beaef9bd425e0ae65329b5c99d5;p=emacs.git (DONTCOMPILE): Add various term files. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c0d8619e2c..da5e4a3443c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2001-01-26 Gerd Moellmann + + * makefile.w32-in (DONTCOMPILE): Add various term files. + +2001-01-26 Dave Love + + * Makefile.in (DONTCOMPILE): Add various term files. + 2001-01-26 Gerd Moellmann * man.el (Man-default-man-entry, Man-mode): Doc fix. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 94a4c478cb6..247fb3f689d 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -56,6 +56,26 @@ DONTCOMPILE = \ $(lisp)/play/bruce.el \ $(lisp)/subdirs.el \ $(lisp)/term/internal.el \ + $(lisp)/term/AT386.el \ + $(lisp)/term/apollo.el \ + $(lisp)/term/bobcat.el \ + $(lisp)/term/iris-ansi.el \ + $(lisp)/term/keyswap.el \ + $(lisp)/term/linux.el \ + $(lisp)/term/lk201.el \ + $(lisp)/term/news.el \ + $(lisp)/term/vt102.el \ + $(lisp)/term/vt125.el \ + $(lisp)/term/vt200.el \ + $(lisp)/term/vt201.el \ + $(lisp)/term/vt220.el \ + $(lisp)/term/vt240.el \ + $(lisp)/term/vt300.el \ + $(lisp)/term/vt320.el \ + $(lisp)/term/vt400.el \ + $(lisp)/term/vt420.el \ + $(lisp)/term/wyse50.el \ + $(lisp)/term/xterm.el \ $(lisp)/version.el # Files to compile before others during a bootstrap. This is done diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 2efad045a5a..18c9ac4a9b9 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -75,6 +75,26 @@ DONTCOMPILE = \ $(lisp)/play/bruce.el \ $(lisp)/subdirs.el \ $(lisp)/term/internal.el \ + $(lisp)/term/AT386.el \ + $(lisp)/term/apollo.el \ + $(lisp)/term/bobcat.el \ + $(lisp)/term/iris-ansi.el \ + $(lisp)/term/keyswap.el \ + $(lisp)/term/linux.el \ + $(lisp)/term/lk201.el \ + $(lisp)/term/news.el \ + $(lisp)/term/vt102.el \ + $(lisp)/term/vt125.el \ + $(lisp)/term/vt200.el \ + $(lisp)/term/vt201.el \ + $(lisp)/term/vt220.el \ + $(lisp)/term/vt240.el \ + $(lisp)/term/vt300.el \ + $(lisp)/term/vt320.el \ + $(lisp)/term/vt400.el \ + $(lisp)/term/vt420.el \ + $(lisp)/term/wyse50.el \ + $(lisp)/term/xterm.el \ $(lisp)/version.el # Files to compile before others during a bootstrap. This is done