Variable: semantic-format-tag-protection-image-alist
semantic-format-tag-protection-image-alist is a variable defined in
format.el.gz.
Value
(("+" . ezimage-unlock) ("#" . ezimage-key) ("-" . ezimage-lock))
Documentation
Association of protection strings, and images to use.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/format.el.gz
(defvar semantic-format-tag-protection-image-alist
'(("+" . ezimage-unlock)
("#" . ezimage-key)
("-" . ezimage-lock)
)
"Association of protection strings, and images to use.")