diff options
| author | Dan Nicolaescu | 2006-05-29 08:06:15 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2006-05-29 08:06:15 +0000 |
| commit | 01d0930532c2fbcf249a4dfa36e8365090e109e7 (patch) | |
| tree | 55d91d6cc45f686767e962518d99324b768eceff /src/xterm.c | |
| parent | 3fc7a865c4399c2ae64b10d5c0a35d6fe08d7de5 (diff) | |
| download | emacs-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.c | 1 |
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 *)); | |||
| 357 | static void x_check_expected_move P_ ((struct frame *)); | 357 | static void x_check_expected_move P_ ((struct frame *)); |
| 358 | static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, | 358 | static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, |
| 359 | int *, struct input_event *)); | 359 | int *, struct input_event *)); |
| 360 | static 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. */ |