Mercurial > emacs
diff src/xterm.c @ 15200:aa5b4cd52df8
(x_connection_signal_1): Call x_connection_closed properly.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 10 May 1996 16:05:26 +0000 |
| parents | 21673af29c32 |
| children | 558d7f9e06ef |
line wrap: on
line diff
--- a/src/xterm.c Fri May 10 02:41:59 1996 +0000 +++ b/src/xterm.c Fri May 10 16:05:26 1996 +0000 @@ -4581,7 +4581,7 @@ int signalnum; /* some compilers complain in signal calls. */ { signal (SIGPIPE, x_connection_signal); - x_connection_closed (x_connection_signal_dpyinfo, + x_connection_closed (x_connection_signal_dpyinfo->display, "connection was lost"); }
