diff options
Diffstat (limited to 'lisp/progmodes/gdb-mi.el')
| -rw-r--r-- | lisp/progmodes/gdb-mi.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 1c8fad3069c..60852e4ad60 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -1827,7 +1827,7 @@ commands to be prefixed by \"-interpreter-exec console\".")  		      " "))        (setq gdb-first-done-or-error t)        (let ((to-send (concat "-interpreter-exec console " -                             (gdb-mi-quote (concat gdb-continuation string " ")) +                             (gdb-mi-quote (concat gdb-continuation string))                               "\n")))          (if gdb-enable-debug              (push (cons 'mi-send to-send) gdb-debug-log)) | 
