Variable: semantic-equivalent-major-modes
semantic-equivalent-major-modes is a buffer-local variable defined in
util.el.gz.
Documentation
List of major modes which are considered equivalent.
Equivalent modes share a parser, and a set of override methods. A value of nil means that the current major mode is the only one.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/util.el.gz
(defvar-local semantic-equivalent-major-modes nil
"List of major modes which are considered equivalent.
Equivalent modes share a parser, and a set of override methods.
A value of nil means that the current major mode is the only one.")