branch: externals/transient commit c2875e705ad171a3f2fc6c7e8d1b67490663e7a5 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
transient--delay-post-command: Add debug statement --- lisp/transient.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/transient.el b/lisp/transient.el index e4c6a07228..9b50ac86d0 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -2107,6 +2107,7 @@ value. Otherwise return CHILDREN as is." (add-hook 'post-command-hook 'transient--post-command-hook) (defun transient--delay-post-command () + (transient--debug 'delay-post-command) (let ((depth (minibuffer-depth)) (command this-command) (delayed (if transient--exitp