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

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

[elpa] externals/transient 923246d174 12/17: Move definition of transien


From: Jonas Bernoulli
Subject: [elpa] externals/transient 923246d174 12/17: Move definition of transient-popup-navigation-help
Date: Tue, 21 Nov 2023 10:17:51 -0500 (EST)

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

    Move definition of transient-popup-navigation-help
---
 lisp/transient.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index e01fe232f8..c5fc788bcf 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2686,6 +2686,12 @@ prefix argument and pivot to `transient-update'."
 This should never happen.
 Please open an issue and post the shown command log." :error)))
 
+(defun transient-popup-navigation-help ()
+  "Inform the user how to enable popup navigation commands."
+  (interactive)
+  (message "This command is only available if `%s' is non-nil"
+           'transient-enable-popup-navigation))
+
 (defun transient-toggle-common ()
   "Toggle whether common commands are permanently shown."
   (interactive)
@@ -4047,12 +4053,6 @@ resumes the suspended transient."
 
 ;;; Popup Navigation
 
-(defun transient-popup-navigation-help ()
-  "Inform the user how to enable popup navigation commands."
-  (interactive)
-  (message "This command is only available if `%s' is non-nil"
-           'transient-enable-popup-navigation))
-
 (defun transient-scroll-up (&optional arg)
   "Scroll text of transient popup window upward ARG lines.
 If ARG is nil scroll near full screen.  This is a wrapper



reply via email to

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