Function: tempo-is-user-element

tempo-is-user-element is a byte-compiled function defined in tempo.el.gz.

Signature

(tempo-is-user-element ELEMENT)

Documentation

Try all the user-defined element handlers in tempo-user-element-functions.

Source Code

;; Defined in /usr/src/emacs/lisp/tempo.el.gz
;;;
;;; tempo-is-user-element

(defun tempo-is-user-element (element)
  "Try all the user-defined element handlers in `tempo-user-element-functions'."
  (run-hook-with-args-until-success 'tempo-user-element-functions element))