From 31af85eb57dfcee6388145da89059198e0171573 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 23 Aug 2006 03:10:02 +0000 Subject: [PATCH] (gdb-starting): Reset gdb-signalled to nil. --- lisp/progmodes/gdb-ui.el | 1 + 1 file changed, 1 insertion(+) 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." (progn (setq gud-running t) (setq gdb-inferior-status "running") + (setq gdb-signalled nil) (gdb-force-mode-line-update (propertize gdb-inferior-status 'face font-lock-type-face)) (gdb-remove-text-properties) -- 2.39.5