diff options
| author | Richard M. Stallman | 1993-06-13 02:06:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-13 02:06:17 +0000 |
| commit | 1cd2d6d402d14bde0fb0a6770e9fe7ea3f2c5ff7 (patch) | |
| tree | 34677b781d1b45f496f8d84f61ba481c94a14522 /src | |
| parent | 3a8a836d28ba26ce78d1d672d8657f9c080ef36b (diff) | |
| download | emacs-1cd2d6d402d14bde0fb0a6770e9fe7ea3f2c5ff7.tar.gz emacs-1cd2d6d402d14bde0fb0a6770e9fe7ea3f2c5ff7.zip | |
(x_connection_closed): Pass new arg to shut_down_emacs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index b5f87c46cc6..8dd20f542c5 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -3781,7 +3781,7 @@ x_connection_closed () | |||
| 3781 | if (_Xdebug) | 3781 | if (_Xdebug) |
| 3782 | abort (); | 3782 | abort (); |
| 3783 | 3783 | ||
| 3784 | shut_down_emacs (0, 1); | 3784 | shut_down_emacs (0, 1, Qnil); |
| 3785 | 3785 | ||
| 3786 | exit (70); | 3786 | exit (70); |
| 3787 | } | 3787 | } |