From ffb2cf00c2960a4c3c63cfd9a72ee2c132006479 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Mon, 20 Feb 2006 00:03:15 +0000 Subject: [PATCH] (gdb-speedbar-expand-node): Force update of speedbar. --- lisp/progmodes/gdb-ui.el | 1 + 1 file changed, 1 insertion(+) 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))))) -- 2.39.2