Variable: semanticdb-match-any-mode

semanticdb-match-any-mode is a variable defined in db.el.gz.

Value

nil

Documentation

Non-nil to temporarily search any major mode for a tag.

If a particular major mode wants to search any mode, put the semantic-match-any-mode symbol onto the symbol of that major mode. Do not set the value of this variable permanently.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
(defvar semanticdb-match-any-mode nil
  "Non-nil to temporarily search any major mode for a tag.
If a particular major mode wants to search any mode, put the
`semantic-match-any-mode' symbol onto the symbol of that major mode.
Do not set the value of this variable permanently.")