Add an autoload cookie to package-upload-file
* lisp/emacs-lisp/package-x.el (package-upload-file): Add an autoload cookie (bug#26724).
This commit is contained in:
parent
048bdc2740
commit
7ada677e3f
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ destination, prompt for one."
|
|||
(let ((pkg-desc (package-buffer-info)))
|
||||
(package-upload-buffer-internal pkg-desc "el")))))
|
||||
|
||||
;;;###autoload
|
||||
(defun package-upload-file (file)
|
||||
"Upload the Emacs Lisp package FILE to the package archive.
|
||||
Interactively, prompt for FILE. The package is considered a
|
||||
|
|
Loading…
Add table
Reference in a new issue