Variable: srecode-semantic-apply-tag-augment-hook
srecode-semantic-apply-tag-augment-hook is a variable defined in
semantic.el.gz.
Value
nil
Documentation
A function called for each tag added to a dictionary.
The hook is called with two arguments, the TAG and DICT to be augmented.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/semantic.el.gz
;;; TAG in a DICTIONARY
;;
(defvar srecode-semantic-apply-tag-augment-hook nil
"A function called for each tag added to a dictionary.
The hook is called with two arguments, the TAG and DICT
to be augmented.")