From: Philip Kaludercic Date: Sun, 23 Oct 2022 11:15:28 +0000 (+0200) Subject: ; Remove unnecessary "TODO"s from the package header X-Git-Tag: emacs-29.0.90~1616^2~307^2~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0532e148cca6fc9ede11fda2c9dda20cac4eca5;p=emacs.git ; Remove unnecessary "TODO"s from the package header --- 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: