aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2004-10-06 07:20:53 +0000
committerNick Roberts <[email protected]>2004-10-06 07:20:53 +0000
commit3ef8233466fe2a6e3b5218ac2edbd01a600a7c79 (patch)
treedf2acb409301edc50df76ed13c24ee1a8aa0f3a6 /lisp/progmodes
parentfb1adf175d0756c7cc77fae2debf6f023556575d (diff)
(gdb-ann3): (Re-)initialise gdb-input-queue.
Diffstat (limited to 'lisp/progmodes')
-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 612a2034e0..d8f2cf3486 100644
--- a/lisp/progmodes/gdb-ui.el
+++ b/lisp/progmodes/gdb-ui.el
@@ -188,6 +188,7 @@ detailed description of this mode.
(setq gdb-var-changed nil)
(setq gdb-first-prompt nil)
(setq gdb-prompting nil)
+ (setq gdb-input-queue nil)
(setq gdb-current-item nil)
(setq gdb-pending-triggers nil)
(setq gdb-output-sink 'user)