diff options
Diffstat (limited to 'lisp/emacs-lisp')
-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: |