* lisp/progmodes/gdb-mi.el: Fix interactive invocation of 'gud-go'.

Bug#64590.

Copyright-paperwork-exempt: yes
This commit is contained in:
Wang Diancheng 2023-07-14 11:06:32 +08:00 committed by Eli Zaretskii
parent b54febef5d
commit afdf54a531

View file

@ -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