Autoload entry point testcover-start

* lisp/emacs-lisp/testcover.el: Add autoload cookie for
testcover-start.
This commit is contained in:
Mark Oteiza 2016-10-05 22:49:14 -04:00
parent 1add5ec3a2
commit b9a6314914

View file

@ -184,6 +184,7 @@ call to one of the `testcover-1value-functions'."
;;; Add instrumentation to your module
;;;=========================================================================
;;;###autoload
(defun testcover-start (filename &optional byte-compile)
"Uses edebug to instrument all macros and functions in FILENAME, then
changes the instrumentation from edebug to testcover--much faster, no