Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0a0157ba
Commit
0a0157ba
authored
Jun 30, 2005
by
Andreas Schwab
Browse files
(gud-filter): Remove unneeded progn.
parent
a6d0ae55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/gud.el
lisp/progmodes/gud.el
+2
-3
No files found.
lisp/ChangeLog
View file @
0a0157ba
2005-06-30 Andreas Schwab <schwab@suse.de>
* progmodes/gud.el (gud-filter): Remove unneeded progn.
2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
* progmodes/sh-script.el (sh-get-kw): `&' also separates words.
...
...
lisp/progmodes/gud.el
View file @
0a0157ba
...
...
@@ -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 @@ It is saved for when this flag is not set.")
;; 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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment