summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-10-23 18:18:37 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-10-23 18:18:37 +0200
commit0e6452ccd7df10966c5812d4663dbd52594b4b4b (patch)
tree491521f13f85e35ae438bafb678c005d9c6eb36f /lisp/emacs-lisp
parent2154219059a21d6aad2e7e390187d78029fff3d0 (diff)
downloademacs-0e6452ccd7df10966c5812d4663dbd52594b4b4b.tar.gz
emacs-0e6452ccd7df10966c5812d4663dbd52594b4b4b.tar.bz2
emacs-0e6452ccd7df10966c5812d4663dbd52594b4b4b.zip
; Update TODO list
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/package-vc.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 61f8fb86ee5..d53329a736a 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -34,6 +34,11 @@
;; of the package if already installed.
;; - Allow for ELPA specifications to be respected without
;; endangering the user with arbitrary code execution
+;; - Allow maintaining patches that are ported back onto regular
+;; packages and maintained between versions.
+;; - Allow locking the specific revisions of sourced packages
+;; (comparable to `package-selected-packages') so that specific
+;; revisions can be re-installed.
;;; Code: