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
1dd4f2c4
Commit
1dd4f2c4
authored
Sep 20, 2009
by
Nick Roberts
Browse files
(gud-sentinel): Revert indavertant change.
parent
2f5fc4d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lisp/progmodes/gud.el
lisp/progmodes/gud.el
+1
-3
No files found.
lisp/progmodes/gud.el
View file @
1dd4f2c4
...
...
@@ -2627,9 +2627,7 @@ It is saved for when this flag is not set.")
(setq gud-overlay-arrow-position nil)
(if (eq (buffer-local-value 'gud-minor-mode gud-comint-buffer)
'gdbmi)
(progn
(delete-process "gdb-inferior")
(gdb-reset))
(gdb-reset)
(gud-reset))
(let* ((obuf (current-buffer)))
;; save-excursion isn't the right thing if
...
...
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