Variable: tempo-user-element-functions
tempo-user-element-functions is a variable defined in tempo.el.gz.
Value
nil
Documentation
Element handlers for user-defined elements.
This is an abnormal hook where the functions are called with one argument
(an element in a template) and they should return something to be sent to
tempo-insert if they recognize the argument, and nil otherwise.
Aliases
tempo-user-elements (obsolete since 30.1)
Source Code
;; Defined in /usr/src/emacs/lisp/tempo.el.gz
(defvar tempo-user-element-functions nil
"Element handlers for user-defined elements.
This is an abnormal hook where the functions are called with one argument
\(an element in a template) and they should return something to be sent to
`tempo-insert' if they recognize the argument, and nil otherwise.")