Function: speedbar-select-attached-frame
speedbar-select-attached-frame is a byte-compiled function defined in
speedbar.el.gz.
Signature
(speedbar-select-attached-frame)
Documentation
Select the frame attached to this speedbar.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defsubst speedbar-select-attached-frame ()
"Select the frame attached to this speedbar."
(dframe-select-attached-frame (speedbar-current-frame)))