aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2020-03-23 09:46:39 -0700
committerGlenn Morris2020-03-23 09:46:39 -0700
commitd5cfc4ac8bd25ec43864af4b8d10fff643fb47bd (patch)
tree2cdc6a7d87cebbfd788f985f05f7d92ed711e5f5
parent8f694831c04b1fb9db81be72afdc1a1101d619c4 (diff)
parentbed04c502caa8cf0365a0808adb70451b3d8761a (diff)
downloademacs-d5cfc4ac8bd25ec43864af4b8d10fff643fb47bd.tar.gz
emacs-d5cfc4ac8bd25ec43864af4b8d10fff643fb47bd.zip
Merge from origin/emacs-27
bed04c502c Use correct registry name for windows-1251 charset 1aa1529301 ERC: Update maintainer address
-rw-r--r--lisp/erc/erc-autoaway.el2
-rw-r--r--lisp/erc/erc-backend.el2
-rw-r--r--lisp/erc/erc-button.el2
-rw-r--r--lisp/erc/erc-capab.el2
-rw-r--r--lisp/erc/erc-compat.el2
-rw-r--r--lisp/erc/erc-dcc.el2
-rw-r--r--lisp/erc/erc-desktop-notifications.el2
-rw-r--r--lisp/erc/erc-ezbounce.el2
-rw-r--r--lisp/erc/erc-fill.el2
-rw-r--r--lisp/erc/erc-goodies.el2
-rw-r--r--lisp/erc/erc-ibuffer.el2
-rw-r--r--lisp/erc/erc-identd.el2
-rw-r--r--lisp/erc/erc-imenu.el2
-rw-r--r--lisp/erc/erc-join.el2
-rw-r--r--lisp/erc/erc-lang.el2
-rw-r--r--lisp/erc/erc-list.el2
-rw-r--r--lisp/erc/erc-log.el2
-rw-r--r--lisp/erc/erc-match.el2
-rw-r--r--lisp/erc/erc-menu.el2
-rw-r--r--lisp/erc/erc-netsplit.el2
-rw-r--r--lisp/erc/erc-networks.el2
-rw-r--r--lisp/erc/erc-notify.el2
-rw-r--r--lisp/erc/erc-page.el2
-rw-r--r--lisp/erc/erc-pcomplete.el2
-rw-r--r--lisp/erc/erc-replace.el2
-rw-r--r--lisp/erc/erc-ring.el2
-rw-r--r--lisp/erc/erc-services.el2
-rw-r--r--lisp/erc/erc-sound.el2
-rw-r--r--lisp/erc/erc-speedbar.el2
-rw-r--r--lisp/erc/erc-spelling.el2
-rw-r--r--lisp/erc/erc-stamp.el2
-rw-r--r--lisp/erc/erc-track.el2
-rw-r--r--lisp/erc/erc-truncate.el2
-rw-r--r--lisp/erc/erc-xdcc.el2
-rw-r--r--lisp/erc/erc.el2
-rw-r--r--src/ftfont.c2
36 files changed, 36 insertions, 36 deletions
diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el
index be7baca7199..0950cec4f7f 100644
--- a/lisp/erc/erc-autoaway.el
+++ b/lisp/erc/erc-autoaway.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Jorgen Schaefer <forcer@forcix.cx> 5;; Author: Jorgen Schaefer <forcer@forcix.cx>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; URL: https://www.emacswiki.org/emacs/ErcAutoAway 7;; URL: https://www.emacswiki.org/emacs/ErcAutoAway
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el
index b1a829cde7a..57c8e730b83 100644
--- a/lisp/erc/erc-backend.el
+++ b/lisp/erc/erc-backend.el
@@ -4,7 +4,7 @@
4 4
5;; Filename: erc-backend.el 5;; Filename: erc-backend.el
6;; Author: Lawrence Mitchell <wence@gmx.li> 6;; Author: Lawrence Mitchell <wence@gmx.li>
7;; Maintainer: Amin Bandali <mab@gnu.org> 7;; Maintainer: Amin Bandali <bandali@gnu.org>
8;; Created: 2004-05-7 8;; Created: 2004-05-7
9;; Keywords: IRC chat client internet 9;; Keywords: IRC chat client internet
10 10
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el
index cb1b71b46c2..5e6f7c8d107 100644
--- a/lisp/erc/erc-button.el
+++ b/lisp/erc/erc-button.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 1996-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 1996-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: irc, button, url, regexp 7;; Keywords: irc, button, url, regexp
8;; URL: https://www.emacswiki.org/emacs/ErcButton 8;; URL: https://www.emacswiki.org/emacs/ErcButton
9 9
diff --git a/lisp/erc/erc-capab.el b/lisp/erc/erc-capab.el
index 129f5026189..fc45725f789 100644
--- a/lisp/erc/erc-capab.el
+++ b/lisp/erc/erc-capab.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2006-2020 Free Software Foundation, Inc.
4 4
5;; Maintainer: Amin Bandali <mab@gnu.org> 5;; Maintainer: Amin Bandali <bandali@gnu.org>
6 6
7; This file is part of GNU Emacs. 7; This file is part of GNU Emacs.
8 8
diff --git a/lisp/erc/erc-compat.el b/lisp/erc/erc-compat.el
index f433abc8d24..c77d5abf2e4 100644
--- a/lisp/erc/erc-compat.el
+++ b/lisp/erc/erc-compat.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2003, 2005-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2003, 2005-2020 Free Software Foundation, Inc.
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; Maintainer: Amin Bandali <mab@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 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el
index e1210030810..26701cec1e4 100644
--- a/lisp/erc/erc-dcc.el
+++ b/lisp/erc/erc-dcc.el
@@ -6,7 +6,7 @@
6;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> 6;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu>
7;; Noah Friedman <friedman@prep.ai.mit.edu> 7;; Noah Friedman <friedman@prep.ai.mit.edu>
8;; Per Persson <pp@sno.pp.se> 8;; Per Persson <pp@sno.pp.se>
9;; Maintainer: Amin Bandali <mab@gnu.org> 9;; Maintainer: Amin Bandali <bandali@gnu.org>
10;; Keywords: comm, processes 10;; Keywords: comm, processes
11;; Created: 1994-01-23 11;; Created: 1994-01-23
12 12
diff --git a/lisp/erc/erc-desktop-notifications.el b/lisp/erc/erc-desktop-notifications.el
index 7c32429b96f..1e65f8f4275 100644
--- a/lisp/erc/erc-desktop-notifications.el
+++ b/lisp/erc/erc-desktop-notifications.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2012-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2020 Free Software Foundation, Inc.
4 4
5;; Author: Julien Danjou <julien@danjou.info> 5;; Author: Julien Danjou <julien@danjou.info>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm 7;; Keywords: comm
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-ezbounce.el b/lisp/erc/erc-ezbounce.el
index a2d58e927e9..5c2faff96de 100644
--- a/lisp/erc/erc-ezbounce.el
+++ b/lisp/erc/erc-ezbounce.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002, 2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Andreas Fuchs <asf@void.at> 5;; Author: Andreas Fuchs <asf@void.at>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm 7;; Keywords: comm
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-fill.el b/lisp/erc/erc-fill.el
index 6abbe398855..39a8be5e0cf 100644
--- a/lisp/erc/erc-fill.el
+++ b/lisp/erc/erc-fill.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Andreas Fuchs <asf@void.at> 5;; Author: Andreas Fuchs <asf@void.at>
6;; Mario Lang <mlang@delysid.org> 6;; Mario Lang <mlang@delysid.org>
7;; Maintainer: Amin Bandali <mab@gnu.org> 7;; Maintainer: Amin Bandali <bandali@gnu.org>
8;; URL: https://www.emacswiki.org/emacs/ErcFilling 8;; URL: https://www.emacswiki.org/emacs/ErcFilling
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el
index 809f8f0a539..94d5de280c6 100644
--- a/lisp/erc/erc-goodies.el
+++ b/lisp/erc/erc-goodies.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2001-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
4 4
5;; Author: Jorgen Schaefer <forcer@forcix.cx> 5;; Author: Jorgen Schaefer <forcer@forcix.cx>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7 7
8;; Most code is taken verbatim from erc.el, see there for the original 8;; Most code is taken verbatim from erc.el, see there for the original
9;; authors. 9;; authors.
diff --git a/lisp/erc/erc-ibuffer.el b/lisp/erc/erc-ibuffer.el
index 7a04ff1c0ec..7aee7705fff 100644
--- a/lisp/erc/erc-ibuffer.el
+++ b/lisp/erc/erc-ibuffer.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002, 2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm 7;; Keywords: comm
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-identd.el b/lisp/erc/erc-identd.el
index 70a09175d5b..e2115f5f4bb 100644
--- a/lisp/erc/erc-identd.el
+++ b/lisp/erc/erc-identd.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2003, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: John Wiegley <johnw@gnu.org> 5;; Author: John Wiegley <johnw@gnu.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm, processes 7;; Keywords: comm, processes
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-imenu.el b/lisp/erc/erc-imenu.el
index 3fb91ec6868..c05633aaea8 100644
--- a/lisp/erc/erc-imenu.el
+++ b/lisp/erc/erc-imenu.el
@@ -4,7 +4,7 @@
4;; Inc. 4;; Inc.
5 5
6;; Author: Mario Lang <mlang@delysid.org> 6;; Author: Mario Lang <mlang@delysid.org>
7;; Maintainer: Amin Bandali <mab@gnu.org> 7;; Maintainer: Amin Bandali <bandali@gnu.org>
8;; Keywords: comm 8;; Keywords: comm
9;; URL: https://www.emacswiki.org/emacs/ErcImenu 9;; URL: https://www.emacswiki.org/emacs/ErcImenu
10 10
diff --git a/lisp/erc/erc-join.el b/lisp/erc/erc-join.el
index 7bc4f004793..280d6bfe0f1 100644
--- a/lisp/erc/erc-join.el
+++ b/lisp/erc/erc-join.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: irc 7;; Keywords: irc
8;; URL: https://www.emacswiki.org/emacs/ErcAutoJoin 8;; URL: https://www.emacswiki.org/emacs/ErcAutoJoin
9 9
diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el
index 3ab1f033651..95b94f6a072 100644
--- a/lisp/erc/erc-lang.el
+++ b/lisp/erc/erc-lang.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002, 2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Old-Version: 1.0.0 7;; Old-Version: 1.0.0
8;; URL: https://www.emacswiki.org/emacs/ErcLang 8;; URL: https://www.emacswiki.org/emacs/ErcLang
9;; Keywords: comm languages processes 9;; Keywords: comm languages processes
diff --git a/lisp/erc/erc-list.el b/lisp/erc/erc-list.el
index 4fba9f4c0fd..5faeabb721a 100644
--- a/lisp/erc/erc-list.el
+++ b/lisp/erc/erc-list.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2008-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2020 Free Software Foundation, Inc.
4 4
5;; Author: Tom Tromey <tromey@redhat.com> 5;; Author: Tom Tromey <tromey@redhat.com>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Old-Version: 0.1 7;; Old-Version: 0.1
8;; URL: https://www.emacswiki.org/emacs/ErcList 8;; URL: https://www.emacswiki.org/emacs/ErcList
9;; Keywords: comm 9;; Keywords: comm
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el
index e53f3c0cf3a..1bad6d16c87 100644
--- a/lisp/erc/erc-log.el
+++ b/lisp/erc/erc-log.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2020 Free Software Foundation, Inc.
4 4
5;; Author: Lawrence Mitchell <wence@gmx.li> 5;; Author: Lawrence Mitchell <wence@gmx.li>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; URL: https://www.emacswiki.org/emacs/ErcLogging 7;; URL: https://www.emacswiki.org/emacs/ErcLogging
8;; Keywords: IRC, chat, client, Internet, logging 8;; Keywords: IRC, chat, client, Internet, logging
9 9
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el
index c0f3bf19670..3107ff2ccd1 100644
--- a/lisp/erc/erc-match.el
+++ b/lisp/erc/erc-match.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2020 Free Software Foundation, Inc.
4 4
5;; Author: Andreas Fuchs <asf@void.at> 5;; Author: Andreas Fuchs <asf@void.at>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm, faces 7;; Keywords: comm, faces
8;; URL: https://www.emacswiki.org/emacs/ErcMatch 8;; URL: https://www.emacswiki.org/emacs/ErcMatch
9 9
diff --git a/lisp/erc/erc-menu.el b/lisp/erc/erc-menu.el
index 4bc758ab3d1..9c02899057b 100644
--- a/lisp/erc/erc-menu.el
+++ b/lisp/erc/erc-menu.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2001-2002, 2004-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2002, 2004-2020 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm, processes, menu 7;; Keywords: comm, processes, menu
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-netsplit.el b/lisp/erc/erc-netsplit.el
index 2816acda24c..e3dc52bc4ec 100644
--- a/lisp/erc/erc-netsplit.el
+++ b/lisp/erc/erc-netsplit.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm 7;; Keywords: comm
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-networks.el b/lisp/erc/erc-networks.el
index 06969938a78..1234962c51c 100644
--- a/lisp/erc/erc-networks.el
+++ b/lisp/erc/erc-networks.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002, 2004-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004-2020 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@lexx.delysid.org> 5;; Author: Mario Lang <mlang@lexx.delysid.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm 7;; Keywords: comm
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-notify.el b/lisp/erc/erc-notify.el
index 80ae0c3ae8b..1b092c8a6a9 100644
--- a/lisp/erc/erc-notify.el
+++ b/lisp/erc/erc-notify.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@lexx.delysid.org> 5;; Author: Mario Lang <mlang@lexx.delysid.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; URL: https://www.emacswiki.org/emacs/ErcNotify 7;; URL: https://www.emacswiki.org/emacs/ErcNotify
8;; Keywords: comm 8;; Keywords: comm
9 9
diff --git a/lisp/erc/erc-page.el b/lisp/erc/erc-page.el
index c6eca51696f..339beb0e85f 100644
--- a/lisp/erc/erc-page.el
+++ b/lisp/erc/erc-page.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2002, 2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Maintainer: Amin Bandali <mab@gnu.org> 5;; Maintainer: Amin Bandali <bandali@gnu.org>
6 6
7;; This file is part of GNU Emacs. 7;; This file is part of GNU Emacs.
8 8
diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el
index 65b0f660275..7643fa85b96 100644
--- a/lisp/erc/erc-pcomplete.el
+++ b/lisp/erc/erc-pcomplete.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Sacha Chua <sacha@free.net.ph> 5;; Author: Sacha Chua <sacha@free.net.ph>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm, convenience 7;; Keywords: comm, convenience
8;; URL: https://www.emacswiki.org/emacs/ErcCompletion 8;; URL: https://www.emacswiki.org/emacs/ErcCompletion
9 9
diff --git a/lisp/erc/erc-replace.el b/lisp/erc/erc-replace.el
index dfb20626fd5..8bd97be9494 100644
--- a/lisp/erc/erc-replace.el
+++ b/lisp/erc/erc-replace.el
@@ -4,7 +4,7 @@
4;; Inc. 4;; Inc.
5 5
6;; Author: Andreas Fuchs <asf@void.at> 6;; Author: Andreas Fuchs <asf@void.at>
7;; Maintainer: Amin Bandali <mab@gnu.org> 7;; Maintainer: Amin Bandali <bandali@gnu.org>
8;; URL: https://www.emacswiki.org/emacs/ErcReplace 8;; URL: https://www.emacswiki.org/emacs/ErcReplace
9;; Keywords: IRC, client, Internet 9;; Keywords: IRC, client, Internet
10 10
diff --git a/lisp/erc/erc-ring.el b/lisp/erc/erc-ring.el
index 7594b8efd50..bc5f0ed23b3 100644
--- a/lisp/erc/erc-ring.el
+++ b/lisp/erc/erc-ring.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2001-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm 7;; Keywords: comm
8;; URL: https://www.emacswiki.org/emacs/ErcHistory 8;; URL: https://www.emacswiki.org/emacs/ErcHistory
9 9
diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el
index 2d1d8556b20..c0011f9808c 100644
--- a/lisp/erc/erc-services.el
+++ b/lisp/erc/erc-services.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Maintainer: Amin Bandali <mab@gnu.org> 5;; Maintainer: Amin Bandali <bandali@gnu.org>
6;; URL: https://www.emacswiki.org/emacs/ErcNickserv 6;; URL: https://www.emacswiki.org/emacs/ErcNickserv
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-sound.el b/lisp/erc/erc-sound.el
index 96d41a64e73..91ce1c62443 100644
--- a/lisp/erc/erc-sound.el
+++ b/lisp/erc/erc-sound.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2002-2003, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2003, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Maintainer: Amin Bandali <mab@gnu.org> 5;; Maintainer: Amin Bandali <bandali@gnu.org>
6;; URL: https://www.emacswiki.org/emacs/ErcSound 6;; URL: https://www.emacswiki.org/emacs/ErcSound
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-speedbar.el b/lisp/erc/erc-speedbar.el
index 1c0635c528c..b64e42b7ee4 100644
--- a/lisp/erc/erc-speedbar.el
+++ b/lisp/erc/erc-speedbar.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Contributor: Eric M. Ludlam <zappo@gnu.org> 6;; Contributor: Eric M. Ludlam <zappo@gnu.org>
7;; Maintainer: Amin Bandali <mab@gnu.org> 7;; Maintainer: Amin Bandali <bandali@gnu.org>
8;; URL: https://www.emacswiki.org/emacs/ErcSpeedbar 8;; URL: https://www.emacswiki.org/emacs/ErcSpeedbar
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-spelling.el b/lisp/erc/erc-spelling.el
index 4632329e669..cedffbc56d9 100644
--- a/lisp/erc/erc-spelling.el
+++ b/lisp/erc/erc-spelling.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2005-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2005-2020 Free Software Foundation, Inc.
4 4
5;; Author: Jorgen Schaefer <forcer@forcix.cx> 5;; Author: Jorgen Schaefer <forcer@forcix.cx>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: irc 7;; Keywords: irc
8;; URL: https://www.emacswiki.org/emacs/ErcSpelling 8;; URL: https://www.emacswiki.org/emacs/ErcSpelling
9 9
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el
index 3717dc0b7f0..cbab2f9da2b 100644
--- a/lisp/erc/erc-stamp.el
+++ b/lisp/erc/erc-stamp.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm, processes, timestamp 7;; Keywords: comm, processes, timestamp
8;; URL: https://www.emacswiki.org/emacs/ErcStamp 8;; URL: https://www.emacswiki.org/emacs/ErcStamp
9 9
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index f8c80d2e9b0..db8ccbb4a79 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2020 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm, faces 7;; Keywords: comm, faces
8;; URL: https://www.emacswiki.org/emacs/ErcChannelTracking 8;; URL: https://www.emacswiki.org/emacs/ErcChannelTracking
9 9
diff --git a/lisp/erc/erc-truncate.el b/lisp/erc/erc-truncate.el
index 9de33ff2445..fff073ad62b 100644
--- a/lisp/erc/erc-truncate.el
+++ b/lisp/erc/erc-truncate.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Andreas Fuchs <asf@void.at> 5;; Author: Andreas Fuchs <asf@void.at>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; URL: https://www.emacswiki.org/emacs/ErcTruncation 7;; URL: https://www.emacswiki.org/emacs/ErcTruncation
8;; Keywords: IRC, chat, client, Internet, logging 8;; Keywords: IRC, chat, client, Internet, logging
9 9
diff --git a/lisp/erc/erc-xdcc.el b/lisp/erc/erc-xdcc.el
index 61087deeb57..2a236d26039 100644
--- a/lisp/erc/erc-xdcc.el
+++ b/lisp/erc/erc-xdcc.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003-2004, 2006-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2004, 2006-2020 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: Amin Bandali <mab@gnu.org> 6;; Maintainer: Amin Bandali <bandali@gnu.org>
7;; Keywords: comm, processes 7;; Keywords: comm, processes
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 81325df3f4f..5c63382d86f 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -10,7 +10,7 @@
10;; Gergely Nagy (algernon@midgard.debian.net) 10;; Gergely Nagy (algernon@midgard.debian.net)
11;; David Edmondson (dme@dme.org) 11;; David Edmondson (dme@dme.org)
12;; Kelvin White (kwhite@gnu.org) 12;; Kelvin White (kwhite@gnu.org)
13;; Maintainer: Amin Bandali <mab@gnu.org> 13;; Maintainer: Amin Bandali <bandali@gnu.org>
14;; Keywords: IRC, chat, client, Internet 14;; Keywords: IRC, chat, client, Internet
15 15
16;; Version: 5.3 16;; Version: 5.3
diff --git a/src/ftfont.c b/src/ftfont.c
index 2b442ead4bf..6b549c3ddf2 100644
--- a/src/ftfont.c
+++ b/src/ftfont.c
@@ -119,7 +119,7 @@ static struct
119 { "jisx0213.2004-1", { 0x20B9F }}, 119 { "jisx0213.2004-1", { 0x20B9F }},
120 { "viscii1.1-1", { 0x1EA0, 0x1EAE, 0x1ED2 }, "vi"}, 120 { "viscii1.1-1", { 0x1EA0, 0x1EAE, 0x1ED2 }, "vi"},
121 { "tis620.2529-1", { 0x0E01 }, "th"}, 121 { "tis620.2529-1", { 0x0E01 }, "th"},
122 { "windows-1251", { 0x0401, 0x0490 }, "ru"}, 122 { "microsoft-cp1251", { 0x0401, 0x0490 }, "ru"},
123 { "koi8-r", { 0x0401, 0x2219 }, "ru"}, 123 { "koi8-r", { 0x0401, 0x2219 }, "ru"},
124 { "mulelao-1", { 0x0E81 }, "lo"}, 124 { "mulelao-1", { 0x0E81 }, "lo"},
125 { "unicode-sip", { 0x20000 }}, 125 { "unicode-sip", { 0x20000 }},