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
8efb6cc7
Commit
8efb6cc7
authored
Mar 28, 2001
by
Gerd Moellmann
Browse files
(call_debugger): Bind `inhibit-redisplay' to nil, and
bind inhibit-eval-during-redisplay' to t.
parent
04b80c65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/eval.c
src/eval.c
+2
-0
No files found.
src/eval.c
View file @
8efb6cc7
...
...
@@ -254,6 +254,8 @@ call_debugger (arg)
redisplaying_p
=
0
;
specbind
(
intern
(
"debugger-may-continue"
),
debug_while_redisplaying
?
Qnil
:
Qt
);
specbind
(
Qinhibit_redisplay
,
Qnil
);
specbind
(
Qinhibit_eval_during_redisplay
,
Qt
);
val
=
apply1
(
Vdebugger
,
arg
);
...
...
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