diff options
| author | Amin Bandali | 2021-09-28 23:44:48 -0400 |
|---|---|---|
| committer | Amin Bandali | 2021-09-28 23:54:42 -0400 |
| commit | cbb0b5d8d5c823357951689ea4f14994e0399992 (patch) | |
| tree | 6154074fd490cfa322411fd46ba59981869a395e | |
| parent | b9fa57e5b06a826744fee5b4af9cc45d0ee2ff26 (diff) | |
| download | emacs-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/NEWS | 5 | ||||
| -rw-r--r-- | lisp/erc/erc-compat.el (renamed from lisp/obsolete/erc-compat.el) | 3 |
2 files changed, 1 insertions, 7 deletions
| @@ -2818,11 +2818,6 @@ Allowed inputs are seconds or ISO8601-like periods like "1h" or "4h30m". | |||
| 2818 | Italic text is displayed in the new 'erc-italic-face'. | 2818 | Italic text is displayed in the new 'erc-italic-face'. |
| 2819 | 2819 | ||
| 2820 | --- | 2820 | --- |
| 2821 | *** The erc-compat.el library is now marked obsolete. | ||
| 2822 | This file contained ERC compatibility code for Emacs 21 and XEmacs | ||
| 2823 | which 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). |
| 2827 | The 'erc-current-nick-highlight-type', 'erc-pal-highlight-type', | 2822 | The '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 | ||