summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Abrahamsen <eric@ericabrahamsen.net>2021-05-03 10:57:56 -0700
committerEric Abrahamsen <eric@ericabrahamsen.net>2021-05-03 10:57:56 -0700
commit11f3af99568f9e7ff8728105e4d78e23fb6a4379 (patch)
tree2a38c2b1d7e262d7ae90f0d053e6d8588b69f521
parent0ec119ff8ddca61fc0f3e05ac4e895d57cb2ca21 (diff)
Quiet compilerexternals/gnus-mock
* data/gnus-mock-tests.el: Declare some things.
-rw-r--r--data/gnus-mock-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/gnus-mock-tests.el b/data/gnus-mock-tests.el
index 58fb796..74a8b9f 100644
--- a/data/gnus-mock-tests.el
+++ b/data/gnus-mock-tests.el
@@ -44,6 +44,8 @@
;;; Code:
(require 'ert)
+(declare-function gnus-alive-p "gnus-util")
+(defvar gnus-newsrc-hashtb)
(defcustom gnus-mock-halt-seconds 1
"In `gnus-mock-run-tests-halt', halt for this many seconds."