Variable: semantic-inhibit-functions

semantic-inhibit-functions is a customizable variable defined in semantic.el.gz.

Value

nil

Documentation

List of functions to call with no arguments before Semantic is setup.

If any of these functions returns non-nil, the current buffer is not setup to use Semantic.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
;;; Interfacing with the system
;;
(defcustom semantic-inhibit-functions nil
  "List of functions to call with no arguments before Semantic is setup.
If any of these functions returns non-nil, the current buffer is not
setup to use Semantic."
  :group 'semantic
  :type 'hook)