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
eff95916
Commit
eff95916
authored
Mar 09, 2000
by
Gerd Moellmann
Browse files
(Fy_or_n_p): Cancel busy-cursor.
parent
e27e5e07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/fns.c
src/fns.c
+5
-0
No files found.
src/fns.c
View file @
eff95916
...
...
@@ -2578,6 +2578,11 @@ is nil.")
xprompt
=
prompt
;
GCPRO2
(
prompt
,
xprompt
);
#ifdef HAVE_X_WINDOWS
if
(
display_busy_cursor_p
)
cancel_busy_cursor
();
#endif
while
(
1
)
{
...
...
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