Variable: speedbar-desired-buffer

speedbar-desired-buffer is a variable defined in speedbar.el.gz.

Value

nil

Documentation

Non-nil when speedbar is showing buttons specific to a special mode.

In this case it is the originating buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defvar speedbar-desired-buffer nil
  "Non-nil when speedbar is showing buttons specific to a special mode.
In this case it is the originating buffer.")