diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-23 21:30:06 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-23 21:30:06 +0100 |
| commit | 90d777bd55b6a8213bfaf9c992568de55992255c (patch) | |
| tree | 1d836616db477226a00680c5433ec9922cea9584 /org-drill.el | |
| parent | 362c643163db3f738582e25d117e5662f0d495cf (diff) | |
| download | org-drill-90d777bd55b6a8213bfaf9c992568de55992255c.tar.gz org-drill-90d777bd55b6a8213bfaf9c992568de55992255c.zip | |
Fix more byte compile errors
Diffstat (limited to 'org-drill.el')
| -rw-r--r-- | org-drill.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org-drill.el b/org-drill.el index 38f3249..688bf42 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 |
