From 706970fc25de34fd63c21bed13e31e96ae258a28 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 11 Feb 2025 18:51:43 +0100 Subject: [PATCH] Add Obsolete-since header to hashcash.el * lisp/obsolete/hashcash.el: Add Obsolete-since header. (Bug#76195) --- etc/NEWS | 4 ++++ lisp/obsolete/hashcash.el | 1 + 2 files changed, 5 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 59daecba5d3..ed4c09f1274 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1320,6 +1320,10 @@ change the selection rules. *** cdl.el is now obsolete. Use 'shell-command' and 'shell-command-on-region' instead. +--- +*** hashcash.el is now obsolete. +It is believed to no longer be useful as a method to fight spam. + --- *** kermit.el is now obsolete. diff --git a/lisp/obsolete/hashcash.el b/lisp/obsolete/hashcash.el index fac336bb6cc..cd111b8d8c5 100644 --- a/lisp/obsolete/hashcash.el +++ b/lisp/obsolete/hashcash.el @@ -5,6 +5,7 @@ ;; Written by: Paul Foley (1997-2002) ;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail, hashcash +;; Obsolete-since: 31.1 ;; This file is part of GNU Emacs.