diff lisp/progmodes/gud.el @ 63887:396252178c2c

(gud-filter): Remove unneeded progn.
author Andreas Schwab <schwab@suse.de>
date Thu, 30 Jun 2005 21:09:03 +0000
parents ac833c86f212
children 18a818a2ee7c
line wrap: on
line diff
--- a/lisp/progmodes/gud.el	Thu Jun 30 18:02:52 2005 +0000
+++ b/lisp/progmodes/gud.el	Thu Jun 30 21:09:03 2005 +0000
@@ -4,7 +4,7 @@
 ;; Maintainer: FSF
 ;; Keywords: unix, tools
 
-;; Copyright (C) 1992,93,94,95,96,1998,2000,02,03,04 Free Software Foundation, Inc.
+;; 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,9 +2534,8 @@
 	    ;; 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)))
+		  (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)