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

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

[elpa] externals/transient 7bb6f670fa 09/17: Move definition of transien


From: Jonas Bernoulli
Subject: [elpa] externals/transient 7bb6f670fa 09/17: Move definition of transient button-type
Date: Tue, 21 Nov 2023 10:17:49 -0500 (EST)

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

    Move definition of transient button-type
---
 lisp/transient.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 3c56b5ee32..08773d7c0f 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -4068,10 +4068,6 @@ resumes the suspended transient."
   (message "This command is only available if `%s' is non-nil"
            'transient-enable-popup-navigation))
 
-(define-button-type 'transient
-  'face nil
-  'keymap transient-button-map)
-
 (defun transient-backward-button (n)
   "Move to the previous button in the transient popup buffer.
 See `backward-button' for information about N."
@@ -4086,6 +4082,10 @@ See `forward-button' for information about N."
   (with-selected-window transient--window
     (forward-button n t)))
 
+(define-button-type 'transient
+  'face nil
+  'keymap transient-button-map)
+
 (defun transient--goto-button (command)
   (cond
    ((stringp command)



reply via email to

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