diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-08-11 14:19:26 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-08-11 14:19:26 +0200 |
commit | faa7f03b0c5b6d2c51bb185cf5a0f422ba0fb956 (patch) | |
tree | 5c91f6d7491abfb6082531c2d878011739aceeac /lisp/emacs-lisp | |
parent | dd98fedd0c7f27bfba046d761042c19181cb461d (diff) | |
download | emacs-faa7f03b0c5b6d2c51bb185cf5a0f422ba0fb956.tar.gz emacs-faa7f03b0c5b6d2c51bb185cf5a0f422ba0fb956.tar.bz2 emacs-faa7f03b0c5b6d2c51bb185cf5a0f422ba0fb956.zip |
Add "send patches" note to package-vc TODO section
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 04821d43c4a..27f1c7c3b70 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -34,6 +34,8 @@ ;; 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: |