emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Mon, 31 Oct 2005 04:28:48 -0500

Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.103 
emacs/lisp/progmodes/gdb-ui.el:1.104
*** emacs/lisp/progmodes/gdb-ui.el:1.103        Sun Oct 30 12:10:14 2005
--- emacs/lisp/progmodes/gdb-ui.el      Mon Oct 31 09:28:48 2005
***************
*** 2398,2406 ****
        (if (null arg)
            (not gdb-many-windows)
          (> (prefix-numeric-value arg) 0)))
!   (condition-case nil
!       (gdb-restore-windows)
!     (error nil)))
  
  (defun gdb-restore-windows ()
    "Restore the basic arrangement of windows used by gdba.
--- 2398,2408 ----
        (if (null arg)
            (not gdb-many-windows)
          (> (prefix-numeric-value arg) 0)))
!   (if (and gud-comint-buffer
!          (buffer-name gud-comint-buffer))
!       (condition-case nil
!         (gdb-restore-windows)
!       (error nil))))
  
  (defun gdb-restore-windows ()
    "Restore the basic arrangement of windows used by gdba.




reply via email to

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