mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
* lisp/progmodes/gdb-mi.el: Fix interactive invocation of 'gud-go'.
Bug#64590. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
b54febef5d
commit
afdf54a531
1 changed files with 1 additions and 1 deletions
|
|
@ -988,7 +988,7 @@ detailed description of this mode.
|
||||||
"\C-u" "Continue to current line or address.")
|
"\C-u" "Continue to current line or address.")
|
||||||
(gud-def
|
(gud-def
|
||||||
gud-go (progn
|
gud-go (progn
|
||||||
(when arg
|
(when (and current-prefix-arg arg)
|
||||||
(gud-call (concat "-exec-arguments "
|
(gud-call (concat "-exec-arguments "
|
||||||
(read-string "Arguments to exec-run: "))))
|
(read-string "Arguments to exec-run: "))))
|
||||||
(gud-call
|
(gud-call
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue