tempo-save-named

tempo-save-named is a compiled Lisp function in `tempo.el'.

(tempo-save-named NAME DATA)

Save some data for later insertion
The contents of DATA is saved under the name NAME.

The data can later be retrieved with `tempo-lookup-named'.

This function returns nil, so it can be used in a template without
inserting anything.