Function: speedbar-flush-expand-line

speedbar-flush-expand-line is an interactive and byte-compiled function defined in speedbar.el.gz.

Signature

(speedbar-flush-expand-line)

Documentation

Expand the line under the cursor and flush any cached information.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-flush-expand-line ()
  "Expand the line under the cursor and flush any cached information."
  (interactive)
  (speedbar-expand-line 1))