mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Add provide to testcover
* lisp/emacs-lisp/testcover.el (testcover): Provide (bug#55388).
This commit is contained in:
parent
8c200afe46
commit
febefd6adb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue