aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali2021-09-28 23:44:48 -0400
committerAmin Bandali2021-09-28 23:54:42 -0400
commitcbb0b5d8d5c823357951689ea4f14994e0399992 (patch)
tree6154074fd490cfa322411fd46ba59981869a395e
parentb9fa57e5b06a826744fee5b4af9cc45d0ee2ff26 (diff)
downloademacs-cbb0b5d8d5c823357951689ea4f14994e0399992.tar.gz
emacs-cbb0b5d8d5c823357951689ea4f14994e0399992.zip
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.
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/erc/erc-compat.el (renamed from lisp/obsolete/erc-compat.el)3
2 files changed, 1 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 15614da7421..6d039bac4a8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2818,11 +2818,6 @@ Allowed inputs are seconds or ISO8601-like periods like "1h" or "4h30m".
2818Italic text is displayed in the new 'erc-italic-face'. 2818Italic text is displayed in the new 'erc-italic-face'.
2819 2819
2820--- 2820---
2821*** The erc-compat.el library is now marked obsolete.
2822This file contained ERC compatibility code for Emacs 21 and XEmacs
2823which is no longer needed.
2824
2825---
2826*** erc-match.el now supports 'message' highlight type (not including the nick). 2821*** erc-match.el now supports 'message' highlight type (not including the nick).
2827The 'erc-current-nick-highlight-type', 'erc-pal-highlight-type', 2822The 'erc-current-nick-highlight-type', 'erc-pal-highlight-type',
2828'erc-fool-highlight-type', 'erc-keyword-highlight-type', and 2823'erc-fool-highlight-type', 'erc-keyword-highlight-type', and
diff --git a/lisp/obsolete/erc-compat.el b/lisp/erc/erc-compat.el
index ef47ab793a7..6b1da2f9054 100644
--- a/lisp/obsolete/erc-compat.el
+++ b/lisp/erc/erc-compat.el
@@ -1,11 +1,10 @@
1;;; erc-compat.el --- ERC compatibility code for XEmacs -*- lexical-binding: t; -*- 1;;; erc-compat.el --- ERC compatibility code for older Emacsen -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2002-2003, 2005-2021 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2003, 2005-2021 Free Software Foundation, Inc.
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; Maintainer: Amin Bandali <bandali@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; URL: https://www.emacswiki.org/emacs/ERC 7;; URL: https://www.emacswiki.org/emacs/ERC
8;; Obsolete-since: 28.1
9 8
10;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
11 10