Function: transient-suspend

transient-suspend is an interactive and byte-compiled function defined in transient.el.gz.

Signature

(transient-suspend)

Documentation

Suspend the current transient.

It can later be resumed using transient-resume, while no other transient is active.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
;;;;; Suspend

(defun transient-suspend ()
  "Suspend the current transient.
It can later be resumed using `transient-resume', while no other
transient is active."
  (interactive))