Function: speedbar-buffer-buttons

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

Signature

(speedbar-buffer-buttons DIRECTORY ZERO)

Documentation

Create speedbar buttons based on the buffers currently loaded.

DIRECTORY is the directory of the currently active buffer, and ZERO is 0.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-buffer-buttons (_directory _zero)
  "Create speedbar buttons based on the buffers currently loaded.
DIRECTORY is the directory of the currently active buffer, and ZERO is 0."
  (speedbar-buffer-buttons-engine nil))