From: Mark Oteiza Date: Thu, 6 Oct 2016 02:49:14 +0000 (-0400) Subject: Autoload entry point testcover-start X-Git-Tag: emacs-26.0.90~1506 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9a6314914aced02ab1d47662e4e9e375aa604d5;p=emacs.git Autoload entry point testcover-start * lisp/emacs-lisp/testcover.el: Add autoload cookie for testcover-start. --- 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'." ;;; 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