changeset 57350:11b8de2051f3

(gdb-ann3): (Re-)initialise gdb-input-queue.
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 06 Oct 2004 07:20:53 +0000
parents 6bfd8fa46fc5
children c36defd6923f
files lisp/progmodes/gdb-ui.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el	Wed Oct 06 07:20:15 2004 +0000
+++ b/lisp/progmodes/gdb-ui.el	Wed Oct 06 07:20:53 2004 +0000
@@ -188,6 +188,7 @@
   (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)