emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/with-simulated-input a5c955085d 055/134: Fix some warnings


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input a5c955085d 055/134: Fix some warnings in test file
Date: Mon, 10 Jan 2022 23:00:04 -0500 (EST)

branch: elpa/with-simulated-input
commit a5c955085dc0666fb977ff630ea6edc97155506e
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    Fix some warnings in test file
---
 tests/test-with-simulated-input.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test-with-simulated-input.el 
b/tests/test-with-simulated-input.el
index 2b63068eb5..7cfd30386e 100644
--- a/tests/test-with-simulated-input.el
+++ b/tests/test-with-simulated-input.el
@@ -77,7 +77,7 @@
 
   (describe "used with `completing-read'"
 
-    :var (collection completing-read-function)
+    :var (completing-read-function)
 
     (before-each
       (setq mycollection '("bluebird" "blueberry" "bluebell" "bluegrass" 
"baseball")
@@ -185,7 +185,7 @@ Note that there are multiple ways to represent a time, so
               (apply orig-timer--activate timer args))))
 
   (after-each
-    (mapcar #'cancel-timer timers-to-cancel)
+    (mapc #'cancel-timer timers-to-cancel)
     (setq timers-to-cancel nil)
     (spy-calls-reset 'idle-canary))
 



reply via email to

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