From 5c9d34cdf8ff3259831a12f19553880c5348de76 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 15 Feb 2022 10:54:30 +0100 Subject: [PATCH] Make autoarg obsolete * lisp/obsolete/autoarg.el: Make obsolete. --- etc/NEWS | 6 ++++++ lisp/{ => obsolete}/autoarg.el | 1 + 2 files changed, 7 insertions(+) rename lisp/{ => obsolete}/autoarg.el (99%) diff --git a/etc/NEWS b/etc/NEWS index b4acdf0e4f5..c7aa46395d6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -983,6 +983,12 @@ Enabling this minor mode turns on hiding header material, like 'elide-head' does; disabling it shows the header. The commands 'elide-head' and 'elide-head-show' are now obsolete. +--- +** 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 29.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 b0d6abe0207..8d5ded93421 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: 29.1 ;; This file is part of GNU Emacs. -- 2.39.5