Function: semanticdb-enable-gnu-global-hook
semanticdb-enable-gnu-global-hook is a byte-compiled function defined
in db-global.el.gz.
Signature
(semanticdb-enable-gnu-global-hook)
Documentation
Add support for GNU Global in the current buffer via semantic-init-hook.
MODE is the major mode to support.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-global.el.gz
(defun semanticdb-enable-gnu-global-hook ()
"Add support for GNU Global in the current buffer via `semantic-init-hook'.
MODE is the major mode to support."
(semanticdb-enable-gnu-global-in-buffer t))