]> git.eshelyaron.com Git - emacs.git/commitdiff
Update ERC mailing list address
authorAmin Bandali <mab@gnu.org>
Fri, 6 Mar 2020 17:54:23 +0000 (12:54 -0500)
committerAmin Bandali <mab@gnu.org>
Fri, 6 Mar 2020 18:03:12 +0000 (13:03 -0500)
* lisp/erc/erc.el (erc-official-location): As part of bringing ERC
under the Emacs umbrella, erc-discuss has been renamed to emacs-erc,
and will be *the* mailing list for discussions and announcements about
ERC going forward.  The other two lists, erc-announce and erc-commit,
are now retired.  For more details, see the announcement at
<https://lists.gnu.org/archive/html/emacs-erc/2020-03/msg00001.html>.

lisp/erc/erc.el

index a46755153e3dc2b8165cb97d1919e5e1b0113386..81325df3f4fcd130b76a2249052c5a0cb8905833 100644 (file)
@@ -75,7 +75,7 @@
 (eval-when-compile (require 'subr-x))
 
 (defvar erc-official-location
-  "https://www.emacswiki.org/emacs/ERC (mailing list: erc-discuss@gnu.org)"
+  "https://www.emacswiki.org/emacs/ERC (mailing list: emacs-erc@gnu.org)"
   "Location of the ERC client on the Internet.")
 
 (defgroup erc nil