tempo-use-tag-list

tempo-use-tag-list is a compiled Lisp function in `tempo.el'.

(tempo-use-tag-list TAG-LIST &optional COMPLETION-FUNCTION)

Install TAG-LIST to be used for template completion in the current buffer.
TAG-LIST is a symbol whose variable value is a tag list created with
`tempo-add-tag'.

COMPLETION-FUNCTION is an obsolete option for specifying an optional
function or string that is used by `M-x tempo-complete-tag' to find a
string to match the tag against. It has the same definition as the
variable `tempo-match-finder'. In this version, supplying a
COMPLETION-FUNCTION just sets `tempo-match-finder' locally.