Function: speedbar-buffer-buttons-temp

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

Signature

(speedbar-buffer-buttons-temp 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-temp (_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 t))