Mercurial > emacs
diff src/xterm.c @ 71063:7510757f449b
* search.c (matcher_overflow): Mark as NO_RETURN.
* xterm.c (x_connection_closed): Likewise.
* sysdep.c (croak): Likewise.
* sound.c (sound_perror, alsa_sound_perror): Likewise.
* lisp.h (die, nsberror): Likewise.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Mon, 29 May 2006 08:06:15 +0000 |
| parents | a86a3503e350 |
| children | 030275d8610f 46b1096093f5 a8190f7e546e |
line wrap: on
line diff
--- a/src/xterm.c Mon May 29 07:25:01 2006 +0000 +++ b/src/xterm.c Mon May 29 08:06:15 2006 +0000 @@ -357,6 +357,7 @@ static void x_check_expected_move P_ ((struct frame *)); static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, int *, struct input_event *)); +static SIGTYPE x_connection_closed P_ ((Display *, char *)); /* Flush display of frame F, or of all frames if F is null. */
