emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master c368125 155/187: * async-bytecomp.el: Add autoload cookies


From: Michael Albinus
Subject: [elpa] master c368125 155/187: * async-bytecomp.el: Add autoload cookies.
Date: Wed, 30 Dec 2015 11:50:20 +0000

branch: master
commit c368125d66ff0ffd1084c42206c8dd6a0e8720ce
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    * 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

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