Mercurial > emacs
comparison src/term.c @ 83635:9c01792a3ce8
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--multi-tty--0--patch-23
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 16 Jun 2007 22:33:42 +0000 |
parents | cc587bfd19ca 16181a4d64bf |
children | 0ece58f6e0aa |
comparison
equal
deleted
inserted
replaced
83634:391cce03f832 | 83635:9c01792a3ce8 |
---|---|
48 #include "window.h" | 48 #include "window.h" |
49 #include "keymap.h" | 49 #include "keymap.h" |
50 #include "blockinput.h" | 50 #include "blockinput.h" |
51 #include "syssignal.h" | 51 #include "syssignal.h" |
52 #include "systty.h" | 52 #include "systty.h" |
53 #include "intervals.h" | |
53 | 54 |
54 /* For now, don't try to include termcap.h. On some systems, | 55 /* For now, don't try to include termcap.h. On some systems, |
55 configure finds a non-standard termcap.h that the main build | 56 configure finds a non-standard termcap.h that the main build |
56 won't find. */ | 57 won't find. */ |
57 | 58 |