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:
parent
faedbe4665
commit
c198ecda9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue