Variable: speedbar-obj-do-check

speedbar-obj-do-check is a customizable variable defined in speedbar.el.gz.

Value

t

Documentation

If non-nil, check all files in speedbar to see if they have an object file.

Any file checked out is marked with speedbar-obj-indicator, and the marking is based on speedbar-obj-alist.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-obj-do-check t
  "If non-nil, check all files in speedbar to see if they have an object file.
Any file checked out is marked with `speedbar-obj-indicator', and the
marking is based on `speedbar-obj-alist'."
  :group 'speedbar-vc
  :type 'boolean)