diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-10-23 13:15:28 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-10-23 13:15:28 +0200 |
commit | a0532e148cca6fc9ede11fda2c9dda20cac4eca5 (patch) | |
tree | 7ef39d93605417b496349ae57b5ca917469c091d /lisp/emacs-lisp/package-vc.el | |
parent | ab46a0df7b88c9c2d2af8dc528e775083bcbc936 (diff) | |
download | emacs-a0532e148cca6fc9ede11fda2c9dda20cac4eca5.tar.gz emacs-a0532e148cca6fc9ede11fda2c9dda20cac4eca5.tar.bz2 emacs-a0532e148cca6fc9ede11fda2c9dda20cac4eca5.zip |
; Remove unnecessary "TODO"s from the package header
Diffstat (limited to 'lisp/emacs-lisp/package-vc.el')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index ba0f626e3e1..25ac10bd08e 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -26,13 +26,13 @@ ;;; TODO: -;; - Allow for automatic updating TODO -;; * Detect merge conflicts TODO -;; * Check if there are upstream changes TODO -;; - Allow finding revisions that bump the version tag TODO +;; - Allow for automatic updating +;; * Detect merge conflicts +;; * Check if there are upstream changes +;; - Allow finding revisions that bump the version tag ;; * Allow for `package-vc-install' to use the version ;; of the package if already installed. -;; - Allow for ELPA specifications to be respected without TODO +;; - Allow for ELPA specifications to be respected without ;; endangering the user with arbitrary code execution ;;; Code: |