From 3ef8233466fe2a6e3b5218ac2edbd01a600a7c79 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 6 Oct 2004 07:20:53 +0000 Subject: (gdb-ann3): (Re-)initialise gdb-input-queue. --- lisp/progmodes/gdb-ui.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/progmodes') 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) -- cgit v1.2.3