]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/testcover.el: Remove duplicate provide.
authorStefan Kangas <stefan@marxist.se>
Thu, 30 Jun 2022 12:11:28 +0000 (14:11 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 30 Jun 2022 12:12:12 +0000 (14:12 +0200)
lisp/emacs-lisp/testcover.el

index 302f89cc1ce29028da4a0aea88228f72a81a6c88..cd2e388ce428d5ab59862578e60a162be8d24cac 100644 (file)
@@ -65,7 +65,6 @@
 
 (eval-when-compile (require 'cl-lib))
 (require 'edebug)
-(provide 'testcover)
 
 
 ;;;==========================================================================