* 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.")
|
||||
(gud-def
|
||||
gud-go (progn
|
||||
(when arg
|
||||
(when (and current-prefix-arg arg)
|
||||
(gud-call (concat "-exec-arguments "
|
||||
(read-string "Arguments to exec-run: "))))
|
||||
(gud-call
|
||||
|
|
Loading…
Add table
Reference in a new issue