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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el
Date: Thu, 30 Jun 2005 17:09:03 -0400

Index: emacs/lisp/progmodes/gud.el
diff -c emacs/lisp/progmodes/gud.el:1.45 emacs/lisp/progmodes/gud.el:1.46
*** emacs/lisp/progmodes/gud.el:1.45    Mon Jun 27 00:17:06 2005
--- emacs/lisp/progmodes/gud.el Thu Jun 30 21:09:03 2005
***************
*** 4,10 ****
  ;; Maintainer: FSF
  ;; Keywords: unix, tools
  
! ;; Copyright (C) 1992,93,94,95,96,1998,2000,02,03,04 Free Software 
Foundation, Inc.
  
  ;; This file is part of GNU Emacs.
  
--- 4,10 ----
  ;; Maintainer: FSF
  ;; Keywords: unix, tools
  
! ;; Copyright (C) 1992,93,94,95,96,1998,2000,02,03,04,05 Free Software 
Foundation, Inc.
  
  ;; This file is part of GNU Emacs.
  
***************
*** 2534,2542 ****
            ;; This must be outside of the save-excursion
            ;; in case the source file is our current buffer.
            (if process-window
-               (progn
                (with-selected-window process-window
!                 (gud-display-frame)))
              ;; We have to be in the proper buffer, (process-buffer proc),
              ;; but not in a save-excursion, because that would restore point.
              (with-current-buffer (process-buffer proc)
--- 2534,2541 ----
            ;; This must be outside of the save-excursion
            ;; in case the source file is our current buffer.
            (if process-window
                (with-selected-window process-window
!                 (gud-display-frame))
              ;; We have to be in the proper buffer, (process-buffer proc),
              ;; but not in a save-excursion, because that would restore point.
              (with-current-buffer (process-buffer proc)




reply via email to

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