(debug): Quieten Drew Adams.

This commit is contained in:
Stefan Monnier 2005-06-30 22:18:27 +00:00
parent fdaaf74388
commit 01bf52cbaf
2 changed files with 27 additions and 1 deletions

View file

@ -231,7 +231,9 @@ first will be printed into the backtrace buffer."
;; would need to be de-iconified anyway immediately
;; after when we re-enter the debugger, so iconifying it
;; here would cause flashing.
(bury-buffer))))
;; Use quit-window rather than bury-buffer to quieten
;; Drew Adams. --Stef
(quit-window))))
(kill-buffer debugger-buffer))
(set-match-data debugger-outer-match-data)))
;; Put into effect the modified values of these variables