diff options
| author | Nick Roberts | 2006-02-20 00:03:15 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-02-20 00:03:15 +0000 |
| commit | ffb2cf00c2960a4c3c63cfd9a72ee2c132006479 (patch) | |
| tree | 9cf93baa4c003ba5e02b228afc817bb7ce82f5cd | |
| parent | 6d210c9d81f50cf64340d65007a20294808cef4c (diff) | |
| download | emacs-ffb2cf00c2960a4c3c63cfd9a72ee2c132006479.tar.gz emacs-ffb2cf00c2960a4c3c63cfd9a72ee2c132006479.zip | |
(gdb-speedbar-expand-node): Force update of speedbar.
| -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 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." | |||
| 761 | (dolist (var gdb-var-list) | 761 | (dolist (var gdb-var-list) |
| 762 | (if (string-match (concat token "\\.") (nth 1 var)) | 762 | (if (string-match (concat token "\\.") (nth 1 var)) |
| 763 | (setq gdb-var-list (delq var gdb-var-list)))) | 763 | (setq gdb-var-list (delq var gdb-var-list)))) |
| 764 | (setq gdb-force-update t) | ||
| 764 | (with-current-buffer gud-comint-buffer | 765 | (with-current-buffer gud-comint-buffer |
| 765 | (speedbar-timer-fn))))) | 766 | (speedbar-timer-fn))))) |
| 766 | 767 | ||