summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2005-06-30 22:18:27 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2005-06-30 22:18:27 +0000
commit01bf52cbaf78f2d92861d4c2cb786bbd63af4525 (patch)
treedeb0d69eeb20d229105585a8ab972e132a535041 /lisp/emacs-lisp
parentfdaaf743881d234a5bbf712df487342a278388f2 (diff)
downloademacs-01bf52cbaf78f2d92861d4c2cb786bbd63af4525.tar.gz
emacs-01bf52cbaf78f2d92861d4c2cb786bbd63af4525.tar.bz2
emacs-01bf52cbaf78f2d92861d4c2cb786bbd63af4525.zip
(debug): Quieten Drew Adams.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/debug.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index e543932d8b4..45b6e810ca1 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -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