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.
This commit is contained in:
Amin Bandali 2021-09-28 23:44:48 -04:00
parent b9fa57e5b0
commit cbb0b5d8d5
No known key found for this signature in database
GPG key ID: 8B44A0CDC7B956F2
2 changed files with 1 additions and 7 deletions

View file

@ -2817,11 +2817,6 @@ Allowed inputs are seconds or ISO8601-like periods like "1h" or "4h30m".
*** ERC now recognizes 'C-]' for italic text.
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',

View file

@ -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.