emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b9a6314: Autoload entry point testcover-start


From: Mark Oteiza
Subject: [Emacs-diffs] master b9a6314: Autoload entry point testcover-start
Date: Thu, 6 Oct 2016 02:50:24 +0000 (UTC)

branch: master
commit b9a6314914aced02ab1d47662e4e9e375aa604d5
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    Autoload entry point testcover-start
    
    * lisp/emacs-lisp/testcover.el: Add autoload cookie for
    testcover-start.
---
 lisp/emacs-lisp/testcover.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/testcover.el b/lisp/emacs-lisp/testcover.el
index a0c0d85..c6a5e3b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]