Variable: transient-exit-hook

transient-exit-hook is a variable defined in transient.el.gz.

Value

nil

Documentation

Hook run after exiting a transient menu.

Unlike transient-post-exit-hook, this runs even if another transient menu becomes active at the same time.

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defvar transient-exit-hook nil
  "Hook run after exiting a transient menu.
Unlike `transient-post-exit-hook', this runs even if another transient
menu becomes active at the same time. ")