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

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

[nongnu] elpa/org-drill 90d777bd55 183/251: Fix more byte compile errors


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill 90d777bd55 183/251: Fix more byte compile errors
Date: Mon, 17 Jan 2022 18:59:15 -0500 (EST)

branch: elpa/org-drill
commit 90d777bd55b6a8213bfaf9c992568de55992255c
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Fix more byte compile errors
---
 org-drill.el   | 4 ++--
 robot/robot.sh | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/org-drill.el b/org-drill.el
index 38f32490b0..688bf4253b 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -1410,8 +1410,8 @@ of QUALITY."
       (if (stringp weight)
           (setq weight (read weight)))
       (cl-destructuring-bind (next-interval _repetitions _ease
-                                         _failures _meanq total-repeats
-                                         &optional ofmatrix)
+                                         _failures _meanq _total-repeats
+                                         &optional _ofmatrix)
           (cl-case org-drill-spaced-repetition-algorithm
             (sm5 (org-drill-determine-next-interval-sm5 last-interval 
repetitions
                                               ease quality failures
diff --git a/robot/robot.sh b/robot/robot.sh
index 12ac79e401..6d51ea8f05 100644
--- a/robot/robot.sh
+++ b/robot/robot.sh
@@ -69,7 +69,7 @@ function wait_emacs {
 }
 
 function find_bot {
-    for i in `seq 1 20`;
+    for i in `seq 1 40`;
     do
         window_id=`xdotool search --onlyvisible --name "emacs-bot" 2> 
/dev/null`
         if [ -z "$window_id" ]



reply via email to

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