]> code.delx.au - gnu-emacs-elpa/commitdiff
* async-bytecomp.el: Add autoload cookies.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 18 May 2015 18:13:54 +0000 (20:13 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 18 May 2015 18:13:54 +0000 (20:13 +0200)
async-bytecomp.el

index c10342032a7b51bdf1cc95619b5dca2e6d10dabc..4fe154814af771dabbe9ff56df7cebaede90f9d5 100644 (file)
@@ -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