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
0e81d8cd
Commit
0e81d8cd
authored
Jun 25, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_connection_closed): If waiting_for_input, call quit_throw_to_read_char.
parent
ff85d4f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/xterm.c
src/xterm.c
+8
-0
No files found.
src/xterm.c
View file @
0e81d8cd
...
...
@@ -148,6 +148,8 @@ Lisp_Object x_display_name_list;
is the frame to apply to. */
extern
struct
frame
*
updating_frame
;
extern
waiting_for_input
;
/* This is a frame waiting to be autoraised, within XTread_socket. */
struct
frame
*
pending_autoraise_frame
;
...
...
@@ -4533,6 +4535,12 @@ x_connection_closed (display, error_message)
sigunblock
(
sigmask
(
SIGALRM
));
TOTALLY_UNBLOCK_INPUT
;
if
(
waiting_for_input
)
{
message
(
"%s"
,
error_message
);
quit_throw_to_read_char
();
}
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