mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
(x_connection_signal_1): Call x_connection_closed properly.
This commit is contained in:
parent
58684193b8
commit
ff38b71572
1 changed files with 1 additions and 1 deletions
|
|
@ -4581,7 +4581,7 @@ x_connection_signal_1 (signalnum) /* If we don't have an argument, */
|
|||
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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue