Variable: semantic-minor-modes-format

semantic-minor-modes-format is a variable defined in util-modes.el.gz.

Value

((:eval
  (if
      (or semantic-highlight-edits-mode semantic-show-unmatched-syntax-mode semantic-idle-scheduler-mode semantic-mru-bookmark-mode)
      #(" S" 1 2
	(face bold)))))

Documentation

Mode line format showing Semantic minor modes which are locally enabled.

It is displayed in the mode line.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defvar semantic-minor-modes-format nil
  "Mode line format showing Semantic minor modes which are locally enabled.
It is displayed in the mode line.")