Function: tempo-forget-insertions
tempo-forget-insertions is a byte-compiled function defined in
tempo.el.gz.
Signature
(tempo-forget-insertions)
Documentation
Forget all the saved named insertions.
Source Code
;; Defined in /usr/src/emacs/lisp/tempo.el.gz
;;;
;;; tempo-forget-insertions
(defun tempo-forget-insertions ()
"Forget all the saved named insertions."
(setq tempo-named-insertions nil))