mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(Info-speedbar-hierarchy-buttons): Improved the speedbar frame management.
This commit is contained in:
parent
0e5961010e
commit
5fdc799747
10
lisp/info.el
10
lisp/info.el
@ -2193,9 +2193,13 @@ specific node to expand."
|
||||
;; being known at creation time.
|
||||
(if (not node)
|
||||
(speedbar-with-writable (insert "Info Nodes:\n")))
|
||||
(let ((completions nil))
|
||||
(setq completions
|
||||
(Info-speedbar-fetch-file-nodes (or node '"(dir)top")))
|
||||
(let ((completions nil)
|
||||
(cf (selected-frame)))
|
||||
(select-frame speedbar-attached-frame)
|
||||
(save-window-excursion
|
||||
(setq completions
|
||||
(Info-speedbar-fetch-file-nodes (or node '"(dir)top"))))
|
||||
(select-frame cf)
|
||||
(if completions
|
||||
(speedbar-with-writable
|
||||
(while completions
|
||||
|
Loading…
Reference in New Issue
Block a user