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
d8e2d5ba
Commit
d8e2d5ba
authored
Feb 06, 2002
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(recursive_edit_1): Call cancel_hourglass unconditionally.
parent
1c71b958
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/keyboard.c
src/keyboard.c
+2
-2
No files found.
src/keyboard.c
View file @
d8e2d5ba
...
...
@@ -928,8 +928,8 @@ recursive_edit_1 ()
#ifdef HAVE_X_WINDOWS
/* The command loop has started an hourglass timer, so we have to
cancel it here, otherwise it will fire because the recursive edit
can take some time.
*/
if (display_hourglass_p)
can take some time.
Do not check for display_hourglass_p here,
because it could already be nil. */
cancel_hourglass ();
#endif
...
...
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