summaryrefslogtreecommitdiff
path: root/test/lisp/calendar
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2019-07-10 03:45:15 +0200
committerBasil L. Contovounesios <contovob@tcd.ie>2019-07-10 11:26:18 +0100
commitc198ecda9f51c3bc35d9709d0dc2c4b87ec4ee6e (patch)
tree94117e84ad4927428ccd02e163134d7c528e88e1 /test/lisp/calendar
parentfaedbe46654e10c92c30e9f4ea847e682668b249 (diff)
downloademacs-c198ecda9f51c3bc35d9709d0dc2c4b87ec4ee6e.tar.gz
emacs-c198ecda9f51c3bc35d9709d0dc2c4b87ec4ee6e.tar.bz2
emacs-c198ecda9f51c3bc35d9709d0dc2c4b87ec4ee6e.zip
Fix warnings in todo-mode-tests.el (Bug#36569)
* test/lisp/calendar/todo-mode-tests.el (todo-test--insert-item): Fix "Unused lexical argument" warnings.
Diffstat (limited to 'test/lisp/calendar')
-rw-r--r--test/lisp/calendar/todo-mode-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/calendar/todo-mode-tests.el b/test/lisp/calendar/todo-mode-tests.el
index 7d4f7a77683..7d9425e2f58 100644
--- a/test/lisp/calendar/todo-mode-tests.el
+++ b/test/lisp/calendar/todo-mode-tests.el
@@ -572,7 +572,7 @@ for todo-insert-item for use in automatic testing."
(lambda (_prompt) item))
((symbol-function 'read-number) ; For todo-set-item-priority
(lambda (_prompt &optional _default) (or priority 1))))
- (todo-insert-item--basic)))
+ (todo-insert-item--basic nil diary-type date-type time where)))
(ert-deftest todo-test-toggle-item-header07 () ; bug#27609
"Test display of hidden item header under todo-insert-item."