Function: DELAY-FUNCTION

Documentation

returns the function used by a delay

Source

(defun delay-function (delay)
  "returns the function used by a delay"
  (cdr delay))
Source Context