(gdb-ann3): (Re-)initialise gdb-input-queue.
authorNick Roberts <nickrob@snap.net.nz>
Wed, 6 Oct 2004 07:20:53 +0000 (07:20 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 6 Oct 2004 07:20:53 +0000 (07:20 +0000)
lisp/progmodes/gdb-ui.el

index 612a203..d8f2cf3 100644 (file)
@@ -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)