aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/gdb-mi.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index 4ad73823b64..d4e17554d94 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -988,7 +988,7 @@ detailed description of this mode.
988 "\C-u" "Continue to current line or address.") 988 "\C-u" "Continue to current line or address.")
989 (gud-def 989 (gud-def
990 gud-go (progn 990 gud-go (progn
991 (when arg 991 (when (and current-prefix-arg arg)
992 (gud-call (concat "-exec-arguments " 992 (gud-call (concat "-exec-arguments "
993 (read-string "Arguments to exec-run: ")))) 993 (read-string "Arguments to exec-run: "))))
994 (gud-call 994 (gud-call