diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-11-02 17:16:39 +0100 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-11-02 17:16:39 +0100 |
commit | 7705b66ed3a63cece4ae6ce78af00e581ddda43e (patch) | |
tree | 0b76c9c5ff4f911a5c1abfa28ea4597d113aaf2b /lisp/emacs-lisp/package-vc.el | |
parent | 57708df032d1c24cedaab68e705ea818dacdcd3f (diff) | |
download | emacs-7705b66ed3a63cece4ae6ce78af00e581ddda43e.tar.gz emacs-7705b66ed3a63cece4ae6ce78af00e581ddda43e.tar.bz2 emacs-7705b66ed3a63cece4ae6ce78af00e581ddda43e.zip |
; Update TODO section
Diffstat (limited to 'lisp/emacs-lisp/package-vc.el')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 74f1c35ea6b..1dc62d83a98 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -26,16 +26,8 @@ ;;; TODO: -;; - Allow for automatic updating -;; * Detect merge conflicts -;; * Check if there are upstream changes -;; - 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: |