Autoload entry point testcover-start
* lisp/emacs-lisp/testcover.el: Add autoload cookie for testcover-start.
This commit is contained in:
parent
1add5ec3a2
commit
b9a6314914
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue