diff options
| author | Miles Bader | 2007-05-25 02:47:22 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-05-25 02:47:22 +0000 |
| commit | 98db66cac2e07862a43014b57ebcc2f0fbfc07e6 (patch) | |
| tree | f1ef3d994208c3c102c40454971e195fda91b42f /src/xterm.c | |
| parent | 24236bd83e64a3cfa96f01af3b2a925dd234612d (diff) | |
| parent | 5dfdf72f7aee102988a98447de9d19523af50055 (diff) | |
| download | emacs-98db66cac2e07862a43014b57ebcc2f0fbfc07e6.tar.gz emacs-98db66cac2e07862a43014b57ebcc2f0fbfc07e6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 765-770)
- Update from CVS
- Merge from emacs--rel--22
- Merge from gnus--rel--5.10
* emacs--rel--22 (patch 24-25)
* gnus--rel--5.10 (patch 222-223)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-16
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 8b0078d6af6..6fcaa3d1294 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -371,7 +371,9 @@ static void x_check_expected_move P_ ((struct frame *, int, int)); | |||
| 371 | static void x_sync_with_move P_ ((struct frame *, int, int, int)); | 371 | static void x_sync_with_move P_ ((struct frame *, int, int, int)); |
| 372 | static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, | 372 | static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, |
| 373 | int *, struct input_event *)); | 373 | int *, struct input_event *)); |
| 374 | static SIGTYPE x_connection_closed P_ ((Display *, char *)) NO_RETURN; | 374 | /* Don't declare this NO_RETURN because we want no |
| 375 | interference with debugging failing X calls. */ | ||
| 376 | static SIGTYPE x_connection_closed P_ ((Display *, char *)); | ||
| 375 | 377 | ||
| 376 | 378 | ||
| 377 | /* Flush display of frame F, or of all frames if F is null. */ | 379 | /* Flush display of frame F, or of all frames if F is null. */ |