mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(debug): Call with-timeout-suspend and with-timeout-unsuspend.
This commit is contained in:
parent
89c020e85d
commit
385480e59a
@ -150,7 +150,8 @@ first will be printed into the backtrace buffer."
|
||||
(debugger-outer-standard-input standard-input)
|
||||
(debugger-outer-standard-output standard-output)
|
||||
(debugger-outer-inhibit-redisplay inhibit-redisplay)
|
||||
(debugger-outer-cursor-in-echo-area cursor-in-echo-area))
|
||||
(debugger-outer-cursor-in-echo-area cursor-in-echo-area)
|
||||
(debugger-with-timeout-suspend (with-timeout-suspend)))
|
||||
;; Set this instead of binding it, so that `q'
|
||||
;; will not restore it.
|
||||
(setq overriding-terminal-local-map nil)
|
||||
@ -235,6 +236,7 @@ first will be printed into the backtrace buffer."
|
||||
;; Drew Adams. --Stef
|
||||
(quit-window))))
|
||||
(kill-buffer debugger-buffer))
|
||||
(with-timeout-unsuspend debugger-with-timeout-suspend)
|
||||
(set-match-data debugger-outer-match-data)))
|
||||
;; Put into effect the modified values of these variables
|
||||
;; in case the user set them with the `e' command.
|
||||
|
Loading…
Reference in New Issue
Block a user