From 925ac2ef7043a1cf5356f8fa1f15ae43529319bc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 27 Apr 2025 12:30:41 +0800 Subject: [PATCH] Mark vc-dav.el as obsolete (bug#77626) * lisp/vc/vc-dav.el: Move from here ... * lisp/obsolete/vc-dav.el: ... to here (bug#77626). Add Obsolete-since header. * etc/NEWS: Announce the obsoletion. --- etc/NEWS | 3 +++ lisp/{vc => obsolete}/vc-dav.el | 1 + 2 files changed, 4 insertions(+) rename lisp/{vc => obsolete}/vc-dav.el (99%) diff --git a/etc/NEWS b/etc/NEWS index f73bb24b855..5c7b212ef1a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1727,6 +1727,9 @@ This replaces and generalizes the old 'vc-annotate-parent-file'. This specifies the revision to which the buffer's contents corresponds. This replaces and generalizes the old 'vc-annotate-parent-rev'. +--- +*** vc-dav.el is now obsolete. + ** Diff mode +++ diff --git a/lisp/vc/vc-dav.el b/lisp/obsolete/vc-dav.el similarity index 99% rename from lisp/vc/vc-dav.el rename to lisp/obsolete/vc-dav.el index ad86fdd99b2..29d111b7621 100644 --- a/lisp/vc/vc-dav.el +++ b/lisp/obsolete/vc-dav.el @@ -5,6 +5,7 @@ ;; Author: Bill Perry ;; Keywords: url, vc ;; Package: vc +;; Obsolete-since: 31.1 ;; This file is part of GNU Emacs.