emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cbb0b5d: Unobsolete erc-compat.el


From: Amin Bandali
Subject: master cbb0b5d: Unobsolete erc-compat.el
Date: Tue, 28 Sep 2021 23:58:39 -0400 (EDT)

branch: master
commit cbb0b5d8d5c823357951689ea4f14994e0399992
Author: Amin Bandali <bandali@gnu.org>
Commit: Amin Bandali <bandali@gnu.org>

    Unobsolete erc-compat.el
    
    * lisp/obsolete/erc-compat.el: Move from here...
    * lisp/erc/erc-compat.el: ...back to here.  ERC will soon be added to
    GNU ELPA, and erc-compat.el will be used to provide compatibility
    functions and/or variables for using ERC on older Emacsen.
    * etc/NEWS: Remove the previously added obsoletion news item.
---
 etc/NEWS                             | 5 -----
 lisp/{obsolete => erc}/erc-compat.el | 3 +--
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 15614da..6d039ba 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2818,11 +2818,6 @@ Allowed inputs are seconds or ISO8601-like periods like 
"1h" or "4h30m".
 Italic text is displayed in the new 'erc-italic-face'.
 
 ---
-*** The erc-compat.el library is now marked obsolete.
-This file contained ERC compatibility code for Emacs 21 and XEmacs
-which is no longer needed.
-
----
 *** erc-match.el now supports 'message' highlight type (not including the 
nick).
 The 'erc-current-nick-highlight-type', 'erc-pal-highlight-type',
 'erc-fool-highlight-type', 'erc-keyword-highlight-type', and
diff --git a/lisp/obsolete/erc-compat.el b/lisp/erc/erc-compat.el
similarity index 98%
rename from lisp/obsolete/erc-compat.el
rename to lisp/erc/erc-compat.el
index ef47ab7..6b1da2f 100644
--- a/lisp/obsolete/erc-compat.el
+++ b/lisp/erc/erc-compat.el
@@ -1,11 +1,10 @@
-;;; erc-compat.el --- ERC compatibility code for XEmacs  -*- lexical-binding: 
t; -*-
+;;; erc-compat.el --- ERC compatibility code for older Emacsen  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2002-2003, 2005-2021 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; Maintainer: Amin Bandali <bandali@gnu.org>
 ;; URL: https://www.emacswiki.org/emacs/ERC
-;; Obsolete-since: 28.1
 
 ;; This file is part of GNU Emacs.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]