]> code.delx.au - gnu-emacs/commitdiff
(gdb-speedbar-expand-node): Force update of speedbar.
authorNick Roberts <nickrob@snap.net.nz>
Mon, 20 Feb 2006 00:03:15 +0000 (00:03 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 20 Feb 2006 00:03:15 +0000 (00:03 +0000)
lisp/progmodes/gdb-ui.el

index ddf4095008f5c6020134ca47fd92233a865beb07..12df35182c22a671796fbf2fac9e04d6be94f9b9 100644 (file)
@@ -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)))))