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/gud.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 02:08:11 -0500

Index: emacs/lisp/progmodes/gud.el
diff -c emacs/lisp/progmodes/gud.el:1.4.2.3 emacs/lisp/progmodes/gud.el:1.4.2.4
*** emacs/lisp/progmodes/gud.el:1.4.2.3 Thu Oct 14 08:50:06 2004
--- emacs/lisp/progmodes/gud.el Wed Dec  8 05:02:27 2004
***************
*** 2587,2595 ****
          (with-current-buffer gud-comint-buffer
            (gud-find-file true-file)))
         (window (and buffer (or (get-buffer-window buffer)
!                                (if (memq gud-minor-mode '(gdbmi gdba))
!                                    (gdb-display-source-buffer buffer)
!                                  (display-buffer buffer)))))
         (pos))
      (if buffer
        (progn
--- 2587,2593 ----
          (with-current-buffer gud-comint-buffer
            (gud-find-file true-file)))
         (window (and buffer (or (get-buffer-window buffer)
!                                  (display-buffer buffer))))
         (pos))
      (if buffer
        (progn




reply via email to

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