Variable: semantic-decorate-pending-decoration-hook
semantic-decorate-pending-decoration-hook is a variable defined in
mode.el.gz.
Value
nil
Documentation
Normal hook run to perform pending decoration changes.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate/mode.el.gz
;;; PENDING DECORATIONS
;;
;; Activities in Emacs may cause a decoration to change state. Any
;; such identified change ought to be setup as PENDING. This means
;; that the next idle step will do the decoration change, but at the
;; time of the state change, minimal work would be done.
(defvar semantic-decorate-pending-decoration-hook nil
"Normal hook run to perform pending decoration changes.")