From c355b5b5ea91b7125a80b23b3de3bd2655915b17 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 19 Apr 2020 02:56:55 +0200 Subject: [PATCH] Make autoarg.el obsolete * lisp/autoarg.el: Move from here... * lisp/obsolete/autoarg.el: ...to here. * etc/NEWS: Announce that autoarg.el is now obsolete. --- etc/NEWS | 5 +++++ lisp/{ => obsolete}/autoarg.el | 1 + 2 files changed, 6 insertions(+) rename lisp/{ => obsolete}/autoarg.el (99%) diff --git a/etc/NEWS b/etc/NEWS index 025d5c14a7..476973e9eb 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -288,6 +288,11 @@ prefix on the Subject line in various languages. These new navigation commands are bound to 'n' and 'p' in 'apropos-mode'. +** The autoarg.el library is now marked obsolete. +This library provides the 'autoarg-mode' and 'autoarg-kp-mode' minor +modes to emulate the behavior of the historical editor Twenex Emacs. +It is believed to no longer be useful. + * New Modes and Packages in Emacs 28.1 diff --git a/lisp/autoarg.el b/lisp/obsolete/autoarg.el similarity index 99% rename from lisp/autoarg.el rename to lisp/obsolete/autoarg.el index eba7a187fa..b93d663e2f 100644 --- a/lisp/autoarg.el +++ b/lisp/obsolete/autoarg.el @@ -5,6 +5,7 @@ ;; Author: Dave Love ;; Created: 1998-09-04 ;; Keywords: abbrev, emulations +;; Obsolete-since: 28.1 ;; This file is part of GNU Emacs. -- 2.25.1