projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c200af
)
Add provide to testcover
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 30 Jun 2022 08:58:14 +0000
(10:58 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 30 Jun 2022 08:58:14 +0000
(10:58 +0200)
* lisp/emacs-lisp/testcover.el (testcover): Provide (bug#55388).
lisp/emacs-lisp/testcover.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/testcover.el
b/lisp/emacs-lisp/testcover.el
index 33628d8f47f0de893d40e22d5c0cb57fd13cf58d..302f89cc1ce29028da4a0aea88228f72a81a6c88 100644
(file)
--- 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