Variable: tempo-region-start
tempo-region-start is a buffer-local variable defined in tempo.el.gz.
Documentation
Region start when inserting around the region.
Source Code
;; Defined in /usr/src/emacs/lisp/tempo.el.gz
(defvar-local tempo-region-start (make-marker)
"Region start when inserting around the region.")