Function: semantic-decorate-tags-after-partial-reparse
semantic-decorate-tags-after-partial-reparse is a byte-compiled
function defined in mode.el.gz.
Signature
(semantic-decorate-tags-after-partial-reparse TAG-LIST)
Documentation
Add decorations when new tags are created in the current buffer.
TAG-LIST is the list of newly created tags.
Call semantic-decorate-add-decorations to add decorations.
Called from semantic-after-partial-cache-change-hook.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate/mode.el.gz
(defun semantic-decorate-tags-after-partial-reparse (tag-list)
"Add decorations when new tags are created in the current buffer.
TAG-LIST is the list of newly created tags.
Call `semantic-decorate-add-decorations' to add decorations.
Called from `semantic-after-partial-cache-change-hook'."
(semantic-decorate-add-decorations tag-list))