1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

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.
This commit is contained in:
Stefan Kangas 2019-07-10 03:45:15 +02:00 committed by Basil L. Contovounesios
parent faedbe4665
commit c198ecda9f

View file

@ -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."