branch: externals/package-x
commit 71ebeabf64e9db21eca77dc061f018c2052d7a4a
Author: Lars Ingebrigtsen <la...@gnus.org>
Commit: Lars Ingebrigtsen <la...@gnus.org>

    Add an autoload cookie to package-upload-file
    
    * lisp/emacs-lisp/package-x.el (package-upload-file): Add an
    autoload cookie (bug#26724).
---
 lisp/emacs-lisp/package-x.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/package-x.el b/lisp/emacs-lisp/package-x.el
index 1486aeb373..a84c63d871 100644
--- a/lisp/emacs-lisp/package-x.el
+++ b/lisp/emacs-lisp/package-x.el
@@ -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

Reply via email to