emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/transient ecdee415fb 16/25: transient-scope: Fully reve


From: Jonas Bernoulli
Subject: [elpa] externals/transient ecdee415fb 16/25: transient-scope: Fully revert behavior with no argument
Date: Tue, 3 Dec 2024 14:35:02 -0500 (EST)

branch: externals/transient
commit ecdee415fb200937d7bb1eaf26b1bac63d3ce219
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    transient-scope: Fully revert behavior with no argument
    
    Closes #329.
---
 lisp/transient.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 02f8352399..bf178e3fec 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3747,8 +3747,7 @@ Return the value of the corresponding object's `scope' 
slot."
         (and (memq (oref obj command)
                    (ensure-list prefix))
              (oref obj scope)))
-    (and transient--prefix
-         (oref transient--prefix scope))))
+    (oref (transient-prefix-object) scope)))
 
 ;;; History
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]