mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 19:18:39 +00:00
Autoload a couple of the main interactive functions
This commit is contained in:
parent
a0e1212b3f
commit
84bd0175dc
1 changed files with 2 additions and 0 deletions
|
@ -528,6 +528,7 @@ FILES is a list of (SOURCE . DEST) relative filepath pairs."
|
|||
(when entry (car entry))))
|
||||
|
||||
;;; Public interface
|
||||
;;;###autoload
|
||||
(defun package-build-archive (name)
|
||||
"Build a package archive for package NAME."
|
||||
(interactive (list (pb/package-name-completing-read)))
|
||||
|
@ -630,6 +631,7 @@ FILES is a list of (SOURCE . DEST) relative filepath pairs."
|
|||
(message "%s" (error-message-string err))
|
||||
nil))))
|
||||
|
||||
;;;###autoload
|
||||
(defun package-build-all ()
|
||||
"Build all packages in the `package-build-alist'."
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue