Function: undo-auto--boundary-ensure-timer
undo-auto--boundary-ensure-timer is a byte-compiled function defined
in simple.el.gz.
Signature
(undo-auto--boundary-ensure-timer)
Documentation
Ensure that the undo-auto-current-boundary-timer is set.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defun undo-auto--boundary-ensure-timer ()
"Ensure that the `undo-auto-current-boundary-timer' is set."
(unless undo-auto-current-boundary-timer
(setq undo-auto-current-boundary-timer
(run-at-time 10 nil #'undo-auto--boundary-timer))))