aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Kaludercic2023-03-30 23:25:20 +0200
committerPhilip Kaludercic2023-03-30 23:28:30 +0200
commit59f66ea3027fc7b6c1eb977b47de0bd8d610d3c3 (patch)
tree795266f2fa8bf8319d4c3c633fedb366b0813b6a
parentd23dc3dd7e31526e5748332614ab4501984ad625 (diff)
downloademacs-59f66ea3027fc7b6c1eb977b47de0bd8d610d3c3.tar.gz
emacs-59f66ea3027fc7b6c1eb977b47de0bd8d610d3c3.zip
; * lisp/emacs-lisp/package-vc.el: Remove completed item from TODO
-rw-r--r--lisp/emacs-lisp/package-vc.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index d57095a83d1..2b73e187b14 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -41,9 +41,6 @@
41 41
42;; - Allow maintaining patches that are ported back onto regular 42;; - Allow maintaining patches that are ported back onto regular
43;; packages and maintained between versions. 43;; packages and maintained between versions.
44;;
45;; - Add a heuristic for guessing a `:lisp-dir' when cloning directly
46;; from a URL.
47 44
48;;; Code: 45;;; Code:
49 46