diff options
| author | Philip Kaludercic | 2022-11-02 17:16:39 +0100 |
|---|---|---|
| committer | Philip Kaludercic | 2022-11-02 17:16:39 +0100 |
| commit | 7705b66ed3a63cece4ae6ce78af00e581ddda43e (patch) | |
| tree | 0b76c9c5ff4f911a5c1abfa28ea4597d113aaf2b | |
| parent | 57708df032d1c24cedaab68e705ea818dacdcd3f (diff) | |
| download | emacs-7705b66ed3a63cece4ae6ce78af00e581ddda43e.tar.gz emacs-7705b66ed3a63cece4ae6ce78af00e581ddda43e.zip | |
; Update TODO section
| -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 @@ | |||
| 26 | 26 | ||
| 27 | ;;; TODO: | 27 | ;;; TODO: |
| 28 | 28 | ||
| 29 | ;; - Allow for automatic updating | ||
| 30 | ;; * Detect merge conflicts | ||
| 31 | ;; * Check if there are upstream changes | ||
| 32 | ;; - Allow for ELPA specifications to be respected without | ||
| 33 | ;; endangering the user with arbitrary code execution | ||
| 34 | ;; - Allow maintaining patches that are ported back onto regular | 29 | ;; - Allow maintaining patches that are ported back onto regular |
| 35 | ;; packages and maintained between versions. | 30 | ;; packages and maintained between versions. |
| 36 | ;; - Allow locking the specific revisions of sourced packages | ||
| 37 | ;; (comparable to `package-selected-packages') so that specific | ||
| 38 | ;; revisions can be re-installed. | ||
| 39 | 31 | ||
| 40 | ;;; Code: | 32 | ;;; Code: |
| 41 | 33 | ||