Function: speedbar-recenter

speedbar-recenter is a byte-compiled function defined in speedbar.el.gz.

Signature

(speedbar-recenter)

Documentation

Recenter the current buffer so point is in the center of the window.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-recenter ()
  "Recenter the current buffer so point is in the center of the window."
  (recenter (/ (window-height) 2)))