]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove unnecessary "TODO"s from the package header
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 23 Oct 2022 11:15:28 +0000 (13:15 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sun, 23 Oct 2022 11:15:28 +0000 (13:15 +0200)
lisp/emacs-lisp/package-vc.el

index ba0f626e3e1bc48616f8352155e1bd814ed587da..25ac10bd08e78a13d8a716920b2e070f04c196ab 100644 (file)
 
 ;;; 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: