Function: semantic-c-reconstitute-template
semantic-c-reconstitute-template is a byte-compiled function defined
in c.el.gz.
Signature
(semantic-c-reconstitute-template TAG SPECIFIER)
Documentation
Reconstitute the token TAG with the template SPECIFIER.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/c.el.gz
(defun semantic-c-reconstitute-template (tag specifier)
"Reconstitute the token TAG with the template SPECIFIER."
(semantic-tag-put-attribute tag :template (or specifier ""))
tag)