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
237c23b0
Commit
237c23b0
authored
Mar 29, 2000
by
Gerd Moellmann
Browse files
(call_debugger): Cancel busy-cursor.
parent
3e04fafd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/eval.c
src/eval.c
+5
-0
No files found.
src/eval.c
View file @
237c23b0
...
...
@@ -213,6 +213,11 @@ call_debugger (arg)
if
(
specpdl_size
+
40
>
max_specpdl_size
)
max_specpdl_size
=
specpdl_size
+
40
;
#ifdef HAVE_X_WINDOWS
if
(
display_busy_cursor_p
)
cancel_busy_cursor
();
#endif
debug_on_next_call
=
0
;
when_entered_debugger
=
num_nonmacro_input_events
;
...
...
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