Function: transient--do-warn

transient--do-warn is a byte-compiled function defined in transient.el.

Signature

(transient--do-warn)

Documentation

Call transient-undefined and stay transient.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient--do-warn ()
  "Call `transient-undefined' and stay transient."
  (setq transient--pre-command 'transient--do-warn)
  (setq this-command 'transient-undefined)
  transient--stay)