Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f7765460
Commit
f7765460
authored
Aug 19, 1994
by
Richard M. Stallman
Browse files
(x_make_frame_visible): Quit if requested, in loop at end.
parent
ffc74f20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/xterm.c
src/xterm.c
+1
-0
No files found.
src/xterm.c
View file @
f7765460
...
...
@@ -5676,6 +5676,7 @@ x_make_frame_visible (f)
/* On HPUX on the HP800, the sleep is needed sometimes. */
if
((
one_in_four
&
3
)
==
0
)
{
QUIT
;
#ifdef EMACS_HAS_USECS
Fsleep_for
(
make_number
(
1
),
make_number
(
0
));
#else
...
...
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