Function: speedbar-get-focus
speedbar-get-focus is an autoloaded, interactive and byte-compiled
function defined in speedbar.el.gz.
Signature
(speedbar-get-focus)
Documentation
Change frame focus to or from the speedbar frame.
If the selected frame is not speedbar, then speedbar frame is selected. If the speedbar frame is active, then select the attached frame.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
;;;###autoload
(defun speedbar-get-focus ()
"Change frame focus to or from the speedbar frame.
If the selected frame is not speedbar, then speedbar frame is
selected. If the speedbar frame is active, then select the attached frame."
(interactive)
(speedbar-reset-scanners)
(dframe-get-focus 'speedbar-frame 'speedbar-frame-mode)
(let ((speedbar-update-flag t))
(speedbar-timer-fn)))