aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorDan Nicolaescu2006-05-29 08:06:15 +0000
committerDan Nicolaescu2006-05-29 08:06:15 +0000
commit01d0930532c2fbcf249a4dfa36e8365090e109e7 (patch)
tree55d91d6cc45f686767e962518d99324b768eceff /src/xterm.c
parent3fc7a865c4399c2ae64b10d5c0a35d6fe08d7de5 (diff)
downloademacs-01d0930532c2fbcf249a4dfa36e8365090e109e7.tar.gz
emacs-01d0930532c2fbcf249a4dfa36e8365090e109e7.zip
* 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.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 6624fa79df1..343ca30caa9 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -357,6 +357,7 @@ static void x_check_fullscreen P_ ((struct frame *));
357static void x_check_expected_move P_ ((struct frame *)); 357static void x_check_expected_move P_ ((struct frame *));
358static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, 358static int handle_one_xevent P_ ((struct x_display_info *, XEvent *,
359 int *, struct input_event *)); 359 int *, struct input_event *));
360static SIGTYPE x_connection_closed P_ ((Display *, char *));
360 361
361 362
362/* Flush display of frame F, or of all frames if F is null. */ 363/* Flush display of frame F, or of all frames if F is null. */