]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/package-vc.el: Autoload 'package-vc-prepare-patch'
authorPhilip Kaludercic <philipk@posteo.net>
Sat, 8 Oct 2022 16:22:03 +0000 (18:22 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 8 Oct 2022 16:22:03 +0000 (18:22 +0200)
lisp/emacs-lisp/package-vc.el

index 678b4f7a953169a74f4b08ad802a6517a03a8c24..e02213ed3fa8c17be1e3c3df2e05ce36a948f112 100644 (file)
@@ -34,8 +34,6 @@
 ;;     of the package if already installed.
 ;; - Allow for ELPA specifications to be respected without      TODO
 ;;   endangering the user with arbitrary code execution
-;; - Allow sending patches to package maintainers               TODO
-;;   * Add `vc-send-patch' to vc.el                             TODO
 
 ;;; Code:
 
@@ -333,6 +331,7 @@ be requested using REV."
                package-alist
                #'string=)))
 
+;;;###autoload
 (defun package-vc-prepare-patch (pkg subject revisions)
   "Send a patch to the maintainer of a package PKG.
 SUBJECT and REVISIONS are used passed on to `vc-prepare-patch'.