aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorMiles Bader2007-06-16 22:32:13 +0000
committerMiles Bader2007-06-16 22:32:13 +0000
commitb36153926049c95ef192786f4ef6151dc6506de4 (patch)
tree51890fa5961aa1dc989178cbbfabb03d2e443687 /src/term.c
parent650e2d284dcf9786a78abc3fef12599cf60d95da (diff)
parent1562d1e9a73e608dbfe76bbedbeb2350d39e224f (diff)
downloademacs-b36153926049c95ef192786f4ef6151dc6506de4.tar.gz
emacs-b36153926049c95ef192786f4ef6151dc6506de4.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 793-802) - Update from CVS - Remove RCS keywords - Merge from emacs--rel--22 * emacs--rel--22 (patch 42-50) - Update from CVS - Merge from gnus--rel--5.10 - Gnus ChangeLog tweaks * gnus--rel--5.10 (patch 229-232) - Merge from emacs--devo--0, emacs--rel--22 - ChangeLog tweak - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-223
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index 566b8b84915..0210a66afa9 100644
--- a/src/term.c
+++ b/src/term.c
@@ -42,6 +42,7 @@ Boston, MA 02110-1301, USA. */
42#include "window.h" 42#include "window.h"
43#include "keymap.h" 43#include "keymap.h"
44#include "blockinput.h" 44#include "blockinput.h"
45#include "intervals.h"
45 46
46/* For now, don't try to include termcap.h. On some systems, 47/* For now, don't try to include termcap.h. On some systems,
47 configure finds a non-standard termcap.h that the main build 48 configure finds a non-standard termcap.h that the main build