diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-10-23 18:18:37 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-10-23 18:18:37 +0200 |
commit | 0e6452ccd7df10966c5812d4663dbd52594b4b4b (patch) | |
tree | 491521f13f85e35ae438bafb678c005d9c6eb36f /lisp/emacs-lisp | |
parent | 2154219059a21d6aad2e7e390187d78029fff3d0 (diff) | |
download | emacs-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.el | 5 |
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: |