Variable: speedbar-obj-indicator
speedbar-obj-indicator is a variable defined in speedbar.el.gz.
Value
("#" . "!")
Documentation
Text used to mark files that have a corresponding hidden object file.
The car is for an up-to-date object. The cdr is for an out of date object.
The expression speedbar-obj-alist defines who gets tagged.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defvar speedbar-obj-indicator '("#" . "!")
"Text used to mark files that have a corresponding hidden object file.
The car is for an up-to-date object. The cdr is for an out of date object.
The expression `speedbar-obj-alist' defines who gets tagged.")