diff options
| author | Mark Oteiza | 2016-10-05 22:49:14 -0400 |
|---|---|---|
| committer | Mark Oteiza | 2016-10-05 22:49:14 -0400 |
| commit | b9a6314914aced02ab1d47662e4e9e375aa604d5 (patch) | |
| tree | 04a062728f6d9ddc1f80ad074cbe0a9f14463998 | |
| parent | 1add5ec3a270cba99549dc7e78c529c3dd190784 (diff) | |
| download | emacs-b9a6314914aced02ab1d47662e4e9e375aa604d5.tar.gz emacs-b9a6314914aced02ab1d47662e4e9e375aa604d5.zip | |
Autoload entry point testcover-start
* lisp/emacs-lisp/testcover.el: Add autoload cookie for
testcover-start.
| -rw-r--r-- | lisp/emacs-lisp/testcover.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/testcover.el b/lisp/emacs-lisp/testcover.el index a0c0d85fb29..c6a5e3b9d4f 100644 --- a/lisp/emacs-lisp/testcover.el +++ b/lisp/emacs-lisp/testcover.el | |||
| @@ -184,6 +184,7 @@ call to one of the `testcover-1value-functions'." | |||
| 184 | ;;; Add instrumentation to your module | 184 | ;;; Add instrumentation to your module |
| 185 | ;;;========================================================================= | 185 | ;;;========================================================================= |
| 186 | 186 | ||
| 187 | ;;;###autoload | ||
| 187 | (defun testcover-start (filename &optional byte-compile) | 188 | (defun testcover-start (filename &optional byte-compile) |
| 188 | "Uses edebug to instrument all macros and functions in FILENAME, then | 189 | "Uses edebug to instrument all macros and functions in FILENAME, then |
| 189 | changes the instrumentation from edebug to testcover--much faster, no | 190 | changes the instrumentation from edebug to testcover--much faster, no |