From: Nick Roberts Date: Mon, 20 Feb 2006 00:03:15 +0000 (+0000) Subject: (gdb-speedbar-expand-node): Force update of speedbar. X-Git-Tag: emacs-pretest-22.0.90~4015 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ffb2cf00c2960a4c3c63cfd9a72ee2c132006479;p=emacs.git (gdb-speedbar-expand-node): Force update of speedbar. --- diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index ddf4095008f..12df35182c2 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -761,6 +761,7 @@ INDENT is the current indentation depth." (dolist (var gdb-var-list) (if (string-match (concat token "\\.") (nth 1 var)) (setq gdb-var-list (delq var gdb-var-list)))) + (setq gdb-force-update t) (with-current-buffer gud-comint-buffer (speedbar-timer-fn)))))