summaryrefslogtreecommitdiff
path: root/dh-elpa.el
diff options
context:
space:
mode:
Diffstat (limited to 'dh-elpa.el')
-rw-r--r--dh-elpa.el2
1 files changed, 2 insertions, 0 deletions
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"