Variable: semantic-init-db-hook

semantic-init-db-hook is a variable defined in semantic.el.gz.

Value

nil

Documentation

Hook run when a buffer is initialized with a parsing table for DBs.

This hook is for database functions which intend to swap in a tag table. This guarantees that the DB will go before other modes that require a parse of the buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defvar semantic-init-db-hook nil
  "Hook run when a buffer is initialized with a parsing table for DBs.
This hook is for database functions which intend to swap in a tag table.
This guarantees that the DB will go before other modes that require
a parse of the buffer.")