Variable: semanticdb-implied-include-tags

semanticdb-implied-include-tags is a variable defined in db-find.el.gz.

Value

nil

Documentation

Include tags implied for all files of a given mode.

Set this variable with defvar-mode-local for a particular mode so that any symbols that exist for all files for that mode are included.

Note: This could be used as a way to write a file in a language to declare all the built-ins for that language.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-find.el.gz
(defvar semanticdb-implied-include-tags nil
  "Include tags implied for all files of a given mode.
Set this variable with `defvar-mode-local' for a particular mode so
that any symbols that exist for all files for that mode are included.

Note: This could be used as a way to write a file in a language
to declare all the built-ins for that language.")