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:
parent
b9fa57e5b0
commit
cbb0b5d8d5
2 changed files with 1 additions and 7 deletions
5
etc/NEWS
5
etc/NEWS
|
@ -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',
|
||||
|
|
|
@ -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.
|
||||
|
Loading…
Add table
Reference in a new issue