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

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

[elpa] externals/hydra 62e0f37462 14/46: hydra-test.el: Fix tests for pr


From: Stefan Monnier
Subject: [elpa] externals/hydra 62e0f37462 14/46: hydra-test.el: Fix tests for previous commit
Date: Tue, 25 Oct 2022 22:27:20 -0400 (EDT)

branch: externals/hydra
commit 62e0f374623df15c1eabebe78f4100850d708227
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    hydra-test.el: Fix tests for previous commit
    
    Re #283
---
 hydra-test.el | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/hydra-test.el b/hydra-test.el
index 3ecfb047f8..ed9be35211 100644
--- a/hydra-test.el
+++ b/hydra-test.el
@@ -115,6 +115,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-error/body', which is bound to \"M-g\"."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (let ((hydra--ignore t))
           (hydra-keyboard-quit)
@@ -151,6 +152,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-error/body', which is bound to \"M-g\"."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (let ((hydra--ignore t))
           (hydra-keyboard-quit)
@@ -187,6 +189,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-error/body', which is bound to \"M-g\"."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (let ((hydra--ignore t))
           (hydra-keyboard-quit)
@@ -236,6 +239,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-error/body', which is bound to \"M-g\"."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (let ((hydra--ignore nil))
           (hydra-keyboard-quit)
@@ -335,6 +339,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-toggle/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (hydra-keyboard-quit)
         (setq hydra-curr-body-fn
@@ -357,6 +362,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-toggle/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (hydra-keyboard-quit)
         (setq hydra-curr-body-fn
@@ -378,6 +384,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-toggle/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (hydra-keyboard-quit)
         (setq hydra-curr-body-fn
@@ -399,6 +406,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-toggle/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (hydra-keyboard-quit)
         (setq hydra-curr-body-fn
@@ -415,6 +423,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-toggle/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (let ((hydra--ignore nil))
           (hydra-keyboard-quit)
@@ -508,6 +517,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-vi/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (set-cursor-color "#e52b50")
         (let ((hydra--ignore t))
@@ -544,6 +554,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-vi/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (set-cursor-color "#e52b50")
         (let ((hydra--ignore t))
@@ -580,6 +591,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-vi/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (set-cursor-color "#e52b50")
         (hydra-keyboard-quit)
@@ -596,6 +608,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-vi/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (set-cursor-color "#e52b50")
         (let ((hydra--ignore nil))
@@ -690,6 +703,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-zoom/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (let ((hydra--ignore t))
           (hydra-keyboard-quit)
@@ -725,6 +739,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-zoom/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (hydra-keyboard-quit)
         (setq hydra-curr-body-fn
@@ -745,6 +760,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-zoom/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (let ((hydra--ignore nil))
           (hydra-keyboard-quit)
@@ -838,6 +854,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-zoom/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (let ((hydra--ignore t))
           (hydra-keyboard-quit)
@@ -873,6 +890,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-zoom/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (hydra-keyboard-quit)
         (setq hydra-curr-body-fn
@@ -893,6 +911,7 @@ The heads for the associated hydra are:
 
 The body can be accessed via `hydra-zoom/body'."
         (interactive)
+        (require (quote hydra))
         (hydra-default-pre)
         (let ((hydra--ignore nil))
           (hydra-keyboard-quit)



reply via email to

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