From 0e6452ccd7df10966c5812d4663dbd52594b4b4b Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 23 Oct 2022 18:18:37 +0200 Subject: [PATCH] ; Update TODO list --- lisp/emacs-lisp/package-vc.el | 5 +++++ 1 file changed, 5 insertions(+) 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: -- 2.39.5