Variable: speedbar-vc-indicator

speedbar-vc-indicator is a variable defined in speedbar.el.gz.

Value

"*"

Documentation

Text used to mark files which are currently checked out.

Other version control systems can be added by examining the function speedbar-vc-directory-enable-hook and speedbar-vc-in-control-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defvar speedbar-vc-indicator "*"
  "Text used to mark files which are currently checked out.
Other version control systems can be added by examining the function
`speedbar-vc-directory-enable-hook' and `speedbar-vc-in-control-hook'.")