Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1a532e54
Commit
1a532e54
authored
Jan 02, 2001
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_connection_closed): Set handling_signal to 0 at
the start.
parent
a13be207
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/xterm.c
src/xterm.c
+2
-1
No files found.
src/xterm.c
View file @
1a532e54
...
...
@@ -11263,6 +11263,8 @@ x_connection_closed (dpy, error_message)
struct x_display_info *dpyinfo = x_display_info_for_display (dpy);
Lisp_Object frame, tail;
handling_signal = 0;
/* We have to close the display to inform Xt that it doesn't
exist anymore. If we don't, Xt will continue to wait for
events from the display. As a consequence, a sequence of
...
...
@@ -11339,7 +11341,6 @@ x_connection_closed (dpy, error_message)
TOTALLY_UNBLOCK_INPUT;
clear_waiting_for_input ();
handling_signal = 0;
error ("%s", error_message);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment