Mercurial > emacs
changeset 63887:396252178c2c
(gud-filter): Remove unneeded progn.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 30 Jun 2005 21:09:03 +0000 |
parents | 577b0b13e4de |
children | ccf4a0e5ff34 |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
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)