diff options
| -rw-r--r-- | lisp/transient.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
