]> git.eshelyaron.com Git - emacs.git/commitdiff
(debug): Revert to bury-buffer since quit-window is not better anyway.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 Apr 2008 01:29:23 +0000 (01:29 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 Apr 2008 01:29:23 +0000 (01:29 +0000)
lisp/ChangeLog
lisp/emacs-lisp/debug.el

index 03acc8b0d8991261a09b86e2b4a91b775029ca23..6a55132d42365bfaa21748f8c2d6809a235465d0 100644 (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.
index 2f650a7cf101393aab660440aedcdb91a7d4cdbd..3d2dcf59d4adf6a61cf5f4444225da9dc1470ae0 100644 (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)))