From ea315bdb88eeeeeefacc5b8747bd65fac75abf4e Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 28 Feb 2025 19:59:40 +0100 Subject: transient--wrap-command: Fix precedence of suffix/group advice slots Same as [1: f486f03c], but on the other static code path. 1: 2025-02-26 f486f03cb985475f3b94eaee5d375fdbade7f725 transient--wrap-command: Fix precedence of suffix/group advice slots --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index 9bb9d34..ffa19b2 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -2684,8 +2684,8 @@ value. Otherwise return CHILDREN as is.") (if-let* ((obj (transient-suffix-object cmd)) (grp (oref obj parent)) (adv (or (oref obj advice) - (oref grp advice) (oref obj advice*) + (oref grp advice) (oref grp advice*)))) (apply adv fn args) (apply fn args))) -- cgit v1.0