Variable: tempo-user-elements
tempo-user-elements is a variable defined in tempo.el.gz.
Value
nil
Documentation
Element handlers for user-defined elements.
A list of symbols which are bound to functions that take one argument.
This function should return something to be sent to tempo-insert if
it recognizes the argument, and nil otherwise.
Source Code
;; Defined in /usr/src/emacs/lisp/tempo.el.gz
(defvar tempo-user-elements nil
"Element handlers for user-defined elements.
A list of symbols which are bound to functions that take one argument.
This function should return something to be sent to `tempo-insert' if
it recognizes the argument, and nil otherwise.")