diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 3 | ||||
| -rw-r--r-- | src/xterm.c | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c index cc5818393a3..53572d7f0c8 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2084,8 +2084,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem | |||
| 2084 | 2084 | ||
| 2085 | /* Enter editor command loop. This never returns. */ | 2085 | /* Enter editor command loop. This never returns. */ |
| 2086 | Frecursive_edit (); | 2086 | Frecursive_edit (); |
| 2087 | /* NOTREACHED */ | 2087 | eassume (false); |
| 2088 | return 0; | ||
| 2089 | } | 2088 | } |
| 2090 | 2089 | ||
| 2091 | /* Sort the args so we can find the most important ones | 2090 | /* Sort the args so we can find the most important ones |
diff --git a/src/xterm.c b/src/xterm.c index 0d224063d76..b761eaf4d11 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10044,7 +10044,6 @@ For details, see etc/PROBLEMS.\n", | |||
| 10044 | { | 10044 | { |
| 10045 | fprintf (stderr, "%s\n", error_msg); | 10045 | fprintf (stderr, "%s\n", error_msg); |
| 10046 | Fkill_emacs (make_fixnum (70)); | 10046 | Fkill_emacs (make_fixnum (70)); |
| 10047 | /* NOTREACHED */ | ||
| 10048 | } | 10047 | } |
| 10049 | 10048 | ||
| 10050 | totally_unblock_input (); | 10049 | totally_unblock_input (); |