emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/debug.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/debug.el
Date: Thu, 30 Jun 2005 18:17:17 -0400

Index: emacs/lisp/emacs-lisp/debug.el
diff -c emacs/lisp/emacs-lisp/debug.el:1.88 emacs/lisp/emacs-lisp/debug.el:1.89
*** emacs/lisp/emacs-lisp/debug.el:1.88 Thu Jun 23 08:20:33 2005
--- emacs/lisp/emacs-lisp/debug.el      Thu Jun 30 22:17:17 2005
***************
*** 231,237 ****
                      ;; would need to be de-iconified anyway immediately
                      ;; after when we re-enter the debugger, so iconifying it
                      ;; here would cause flashing.
!                     (bury-buffer))))
            (kill-buffer debugger-buffer))
          (set-match-data debugger-outer-match-data)))
        ;; Put into effect the modified values of these variables
--- 231,239 ----
                      ;; 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))))
            (kill-buffer debugger-buffer))
          (set-match-data debugger-outer-match-data)))
        ;; Put into effect the modified values of these variables




reply via email to

[Prev in Thread] Current Thread [Next in Thread]