emacs-diffs
[Top][All Lists]
Advanced

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

feature/package+vc f74d52954b 1/2: * lisp/emacs-lisp/package-vc.el: Auto


From: Philip Kaludercic
Subject: feature/package+vc f74d52954b 1/2: * lisp/emacs-lisp/package-vc.el: Autoload 'package-vc-prepare-patch'
Date: Sun, 9 Oct 2022 17:37:41 -0400 (EDT)

branch: feature/package+vc
commit f74d52954bd5c5c9cfde01001a31bb300271ecd0
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * lisp/emacs-lisp/package-vc.el: Autoload 'package-vc-prepare-patch'
---
 lisp/emacs-lisp/package-vc.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 678b4f7a95..e02213ed3f 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -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'.



reply via email to

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