branch: master
commit c368125d66ff0ffd1084c42206c8dd6a0e8720ce
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    * async-bytecomp.el: Add autoload cookies.
---
 async-bytecomp.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index c103420..4fe1548 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -53,6 +53,7 @@ the symbol `all', in this case packages are always compiled 
asynchronously."
 
 (defvar async-byte-compile-log-file "~/.emacs.d/async-bytecomp.log")
 
+;;;###autoload
 (defun async-byte-recompile-directory (directory &optional quiet)
   "Compile all *.el files in DIRECTORY asynchronously.
 All *.elc files are systematically deleted before proceeding."
@@ -143,6 +144,7 @@ All *.elc files are systematically deleted before 
proceeding."
           (async-byte-recompile-directory (package-desc-dir pkg-desc) t))
         ad-do-it)))
 
+;;;###autoload
 (define-minor-mode async-bytecomp-package-mode
     "Byte compile asynchronously packages installed with package.el.
 Async compilation of packages can be controlled by

Reply via email to