aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/gdb-ui.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el
index bbd23b9fad0..f45bb2fe524 100644
--- a/lisp/progmodes/gdb-ui.el
+++ b/lisp/progmodes/gdb-ui.el
@@ -1290,6 +1290,7 @@ not GDB."
1290 (progn 1290 (progn
1291 (setq gud-running t) 1291 (setq gud-running t)
1292 (setq gdb-inferior-status "running") 1292 (setq gdb-inferior-status "running")
1293 (setq gdb-signalled nil)
1293 (gdb-force-mode-line-update 1294 (gdb-force-mode-line-update
1294 (propertize gdb-inferior-status 'face font-lock-type-face)) 1295 (propertize gdb-inferior-status 'face font-lock-type-face))
1295 (gdb-remove-text-properties) 1296 (gdb-remove-text-properties)