emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7ada677: Add an autoload cookie to package-upload-f


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 7ada677: Add an autoload cookie to package-upload-file
Date: Fri, 26 Jul 2019 05:21:30 -0400 (EDT)

branch: master
commit 7ada677e3faa4316b2a330d8e2c06057261bd886
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 1486aeb..a84c63d 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

[Prev in Thread] Current Thread [Next in Thread]