Function: type-break-cancel-function-timers
type-break-cancel-function-timers is a byte-compiled function defined
in type-break.el.gz.
Signature
(type-break-cancel-function-timers FUNCTION)
Source Code
;; Defined in /usr/src/emacs/lisp/type-break.el.gz
(defun type-break-cancel-function-timers (function)
(let ((timer-dont-exit t))
(cancel-function-timers function)))