Function: transient-noop
transient-noop is an interactive and byte-compiled function defined in
transient.el.gz.
Signature
(transient-noop)
Documentation
Do nothing at all.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/transient.el.gz
;;;; Commands
;;;;; Noop
(defun transient-noop ()
"Do nothing at all."
(interactive))