aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-26 12:43:05 +0000
committerGerd Moellmann2001-01-26 12:43:05 +0000
commit6c317bd2b45e7beaef9bd425e0ae65329b5c99d5 (patch)
tree23961364be42d38b8281eaa5a7b4653254fd3ef7
parentaf900b233db1504e03c42ebaec16b8c8eaf51df8 (diff)
downloademacs-6c317bd2b45e7beaef9bd425e0ae65329b5c99d5.tar.gz
emacs-6c317bd2b45e7beaef9bd425e0ae65329b5c99d5.zip
(DONTCOMPILE): Add various term files.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/Makefile.in20
-rw-r--r--lisp/makefile.w32-in20
3 files changed, 48 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c0d8619e2c..da5e4a3443c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12001-01-26 Gerd Moellmann <gerd@gnu.org> 12001-01-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * makefile.w32-in (DONTCOMPILE): Add various term files.
4
52001-01-26 Dave Love <fx@gnu.org>
6
7 * Makefile.in (DONTCOMPILE): Add various term files.
8
92001-01-26 Gerd Moellmann <gerd@gnu.org>
10
3 * man.el (Man-default-man-entry, Man-mode): Doc fix. 11 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4 12
5 * startup.el (display-startup-echo-area-message): Make sure 13 * startup.el (display-startup-echo-area-message): Make sure
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 = \
56 $(lisp)/play/bruce.el \ 56 $(lisp)/play/bruce.el \
57 $(lisp)/subdirs.el \ 57 $(lisp)/subdirs.el \
58 $(lisp)/term/internal.el \ 58 $(lisp)/term/internal.el \
59 $(lisp)/term/AT386.el \
60 $(lisp)/term/apollo.el \
61 $(lisp)/term/bobcat.el \
62 $(lisp)/term/iris-ansi.el \
63 $(lisp)/term/keyswap.el \
64 $(lisp)/term/linux.el \
65 $(lisp)/term/lk201.el \
66 $(lisp)/term/news.el \
67 $(lisp)/term/vt102.el \
68 $(lisp)/term/vt125.el \
69 $(lisp)/term/vt200.el \
70 $(lisp)/term/vt201.el \
71 $(lisp)/term/vt220.el \
72 $(lisp)/term/vt240.el \
73 $(lisp)/term/vt300.el \
74 $(lisp)/term/vt320.el \
75 $(lisp)/term/vt400.el \
76 $(lisp)/term/vt420.el \
77 $(lisp)/term/wyse50.el \
78 $(lisp)/term/xterm.el \
59 $(lisp)/version.el 79 $(lisp)/version.el
60 80
61# Files to compile before others during a bootstrap. This is done 81# 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 = \
75 $(lisp)/play/bruce.el \ 75 $(lisp)/play/bruce.el \
76 $(lisp)/subdirs.el \ 76 $(lisp)/subdirs.el \
77 $(lisp)/term/internal.el \ 77 $(lisp)/term/internal.el \
78 $(lisp)/term/AT386.el \
79 $(lisp)/term/apollo.el \
80 $(lisp)/term/bobcat.el \
81 $(lisp)/term/iris-ansi.el \
82 $(lisp)/term/keyswap.el \
83 $(lisp)/term/linux.el \
84 $(lisp)/term/lk201.el \
85 $(lisp)/term/news.el \
86 $(lisp)/term/vt102.el \
87 $(lisp)/term/vt125.el \
88 $(lisp)/term/vt200.el \
89 $(lisp)/term/vt201.el \
90 $(lisp)/term/vt220.el \
91 $(lisp)/term/vt240.el \
92 $(lisp)/term/vt300.el \
93 $(lisp)/term/vt320.el \
94 $(lisp)/term/vt400.el \
95 $(lisp)/term/vt420.el \
96 $(lisp)/term/wyse50.el \
97 $(lisp)/term/xterm.el \
78 $(lisp)/version.el 98 $(lisp)/version.el
79 99
80# Files to compile before others during a bootstrap. This is done 100# Files to compile before others during a bootstrap. This is done