From 55ddc9496480566ca35640546cf52cb53258b305 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 11 Jul 2015 16:31:03 +0200 Subject: add autoload cookies. Not sure this is really useful, but I guess it doesn't hurt. --- dh-elpa.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dh-elpa.el') diff --git a/dh-elpa.el b/dh-elpa.el index 634dea6..ed70822 100644 --- a/dh-elpa.el +++ b/dh-elpa.el @@ -47,6 +47,7 @@ (package--make-autoloads-and-stuff pkg-desc pkg-dir) pkg-dir)) +;;;###autoload (defun dhelpa-install-from-buffer (destdir) "Install a package from the current buffer. The current buffer is assumed to be a single .el or .tar file that follows the @@ -59,6 +60,7 @@ Downloads and installs required packages as needed." (dhelpa-unpack pkg-desc destdir) pkg-desc)) +;;;###autoload (defun dhelpa-batch-install-file () "install first command line argument (an emacs lisp file) into second command line argument" -- cgit v1.2.3