emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master c198ecd: Fix warnings in todo-mode-tests.el (Bug#36


From: Basil L. Contovounesios
Subject: [Emacs-diffs] master c198ecd: Fix warnings in todo-mode-tests.el (Bug#36569)
Date: Wed, 10 Jul 2019 06:26:59 -0400 (EDT)

branch: master
commit c198ecda9f51c3bc35d9709d0dc2c4b87ec4ee6e
Author: Stefan Kangas <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    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.
---
 test/lisp/calendar/todo-mode-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/calendar/todo-mode-tests.el 
b/test/lisp/calendar/todo-mode-tests.el
index 7d4f7a7..7d9425e 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."



reply via email to

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