projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf65073
)
; * lisp/emacs-lisp/testcover.el: Remove duplicate provide.
author
Stefan Kangas
<stefan@marxist.se>
Thu, 30 Jun 2022 12:11:28 +0000
(14:11 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 30 Jun 2022 12:12:12 +0000
(14:12 +0200)
lisp/emacs-lisp/testcover.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/testcover.el
b/lisp/emacs-lisp/testcover.el
index 302f89cc1ce29028da4a0aea88228f72a81a6c88..cd2e388ce428d5ab59862578e60a162be8d24cac 100644
(file)
--- a/
lisp/emacs-lisp/testcover.el
+++ b/
lisp/emacs-lisp/testcover.el
@@
-65,7
+65,6
@@
(eval-when-compile (require 'cl-lib))
(require 'edebug)
-(provide 'testcover)
;;;==========================================================================