diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2004-10-06 07:20:53 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2004-10-06 07:20:53 +0000 |
commit | 3ef8233466fe2a6e3b5218ac2edbd01a600a7c79 (patch) | |
tree | df2acb409301edc50df76ed13c24ee1a8aa0f3a6 /lisp/progmodes/gdb-ui.el | |
parent | fb1adf175d0756c7cc77fae2debf6f023556575d (diff) | |
download | emacs-3ef8233466fe2a6e3b5218ac2edbd01a600a7c79.tar.gz emacs-3ef8233466fe2a6e3b5218ac2edbd01a600a7c79.tar.bz2 emacs-3ef8233466fe2a6e3b5218ac2edbd01a600a7c79.zip |
(gdb-ann3): (Re-)initialise gdb-input-queue.
Diffstat (limited to 'lisp/progmodes/gdb-ui.el')
-rw-r--r-- | lisp/progmodes/gdb-ui.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 612a2034e00..d8f2cf34867 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) |