From: Lars Ingebrigtsen Date: Thu, 30 Jun 2022 08:58:14 +0000 (+0200) Subject: Add provide to testcover X-Git-Tag: emacs-29.0.90~1447^2~1363 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=febefd6adb9c4b4f6d3a98c678e52b97859c8066;p=emacs.git Add provide to testcover * lisp/emacs-lisp/testcover.el (testcover): Provide (bug#55388). --- diff --git a/lisp/emacs-lisp/testcover.el b/lisp/emacs-lisp/testcover.el index 33628d8f47f..302f89cc1ce 100644 --- a/lisp/emacs-lisp/testcover.el +++ b/lisp/emacs-lisp/testcover.el @@ -677,4 +677,6 @@ The list is 1valued if all of its constituent elements are also 1valued." (testcover-analyze-coverage (cadr form))) (t (testcover-analyze-coverage-backquote form)))) +(provide 'testcover) + ;;; testcover.el ends here