1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(debug): Revert to bury-buffer since quit-window is not better anyway.

This commit is contained in:
Stefan Monnier 2008-04-18 01:29:23 +00:00
parent 88bdb6c2e5
commit 1cb64239e7
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
is not better anyway.
2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/python.el (python-mode-map): Use abbrev-table-menu.

View file

@ -232,9 +232,10 @@ 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.
;; Use quit-window rather than bury-buffer to quieten
;; Drew Adams. --Stef
(quit-window))))
;; Drew Adams is not happy with this: he wants to frame
;; to be left at the top-level, still working on how
;; best to do that.
(bury-buffer))))
(kill-buffer debugger-buffer))
(with-timeout-unsuspend debugger-with-timeout-suspend)
(set-match-data debugger-outer-match-data)))