aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorPaul Eggert2017-09-13 15:52:52 -0700
committerPaul Eggert2017-09-13 15:54:37 -0700
commitbc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch)
treeef96fb35c034096404b7edaa25982023f38cf84f /lisp/erc
parent5da53a01912c2f5d46f5df4ef8cc13a34b5017d4 (diff)
downloademacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.gz
emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.zip
Prefer HTTPS to FTP and HTTP in documentation
Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
Diffstat (limited to 'lisp/erc')
-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.el3
-rw-r--r--lisp/erc/erc-identd.el3
-rw-r--r--lisp/erc/erc-imenu.el3
-rw-r--r--lisp/erc/erc-join.el3
-rw-r--r--lisp/erc/erc-lang.el4
-rw-r--r--lisp/erc/erc-list.el3
-rw-r--r--lisp/erc/erc-log.el2
-rw-r--r--lisp/erc/erc-match.el2
-rw-r--r--lisp/erc/erc-menu.el3
-rw-r--r--lisp/erc/erc-netsplit.el5
-rw-r--r--lisp/erc/erc-networks.el2
-rw-r--r--lisp/erc/erc-notify.el2
-rw-r--r--lisp/erc/erc-page.el3
-rw-r--r--lisp/erc/erc-pcomplete.el5
-rw-r--r--lisp/erc/erc-replace.el3
-rw-r--r--lisp/erc/erc-ring.el2
-rw-r--r--lisp/erc/erc-services.el2
-rw-r--r--lisp/erc/erc-sound.el3
-rw-r--r--lisp/erc/erc-speedbar.el2
-rw-r--r--lisp/erc/erc-spelling.el2
-rw-r--r--lisp/erc/erc-stamp.el3
-rw-r--r--lisp/erc/erc-track.el2
-rw-r--r--lisp/erc/erc-truncate.el3
-rw-r--r--lisp/erc/erc-xdcc.el3
-rw-r--r--lisp/erc/erc.el6
35 files changed, 40 insertions, 54 deletions
diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el
index 827527966ca..aa74957fc94 100644
--- a/lisp/erc/erc-autoaway.el
+++ b/lisp/erc/erc-autoaway.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el
index 3368d6701ae..89923257dd7 100644
--- a/lisp/erc/erc-backend.el
+++ b/lisp/erc/erc-backend.el
@@ -21,7 +21,7 @@
21;; GNU General Public License for more details. 21;; GNU General Public License for more details.
22 22
23;; You should have received a copy of the GNU General Public License 23;; You should have received a copy of the GNU General Public License
24;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 24;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
25 25
26;;; Commentary: 26;;; Commentary:
27 27
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el
index ee5d6fe09ee..606e1a28e1f 100644
--- a/lisp/erc/erc-button.el
+++ b/lisp/erc/erc-button.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
diff --git a/lisp/erc/erc-capab.el b/lisp/erc/erc-capab.el
index 0d3b23701c4..12f6120419a 100644
--- a/lisp/erc/erc-capab.el
+++ b/lisp/erc/erc-capab.el
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22;;; Commentary: 22;;; Commentary:
23 23
diff --git a/lisp/erc/erc-compat.el b/lisp/erc/erc-compat.el
index 1ad66802fec..ec79046643e 100644
--- a/lisp/erc/erc-compat.el
+++ b/lisp/erc/erc-compat.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el
index 542e1909cb6..8003661e577 100644
--- a/lisp/erc/erc-dcc.el
+++ b/lisp/erc/erc-dcc.el
@@ -23,7 +23,7 @@
23;; GNU General Public License for more details. 23;; GNU General Public License for more details.
24 24
25;; You should have received a copy of the GNU General Public License 25;; You should have received a copy of the GNU General Public License
26;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 26;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
27 27
28;;; Commentary: 28;;; Commentary:
29 29
diff --git a/lisp/erc/erc-desktop-notifications.el b/lisp/erc/erc-desktop-notifications.el
index 113f1cffa60..47504c91e4b 100644
--- a/lisp/erc/erc-desktop-notifications.el
+++ b/lisp/erc/erc-desktop-notifications.el
@@ -18,7 +18,7 @@
18;; GNU General Public License for more details. 18;; GNU General Public License for more details.
19 19
20;; You should have received a copy of the GNU General Public License 20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 21;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
22 22
23;;; Commentary: 23;;; Commentary:
24 24
diff --git a/lisp/erc/erc-ezbounce.el b/lisp/erc/erc-ezbounce.el
index 94735787e20..3af1bd7f7ac 100644
--- a/lisp/erc/erc-ezbounce.el
+++ b/lisp/erc/erc-ezbounce.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
diff --git a/lisp/erc/erc-fill.el b/lisp/erc/erc-fill.el
index d58ccfa9a9f..2ca67d20362 100644
--- a/lisp/erc/erc-fill.el
+++ b/lisp/erc/erc-fill.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el
index 1f27036f40e..a655d48a6ac 100644
--- a/lisp/erc/erc-goodies.el
+++ b/lisp/erc/erc-goodies.el
@@ -21,7 +21,7 @@
21;; GNU General Public License for more details. 21;; GNU General Public License for more details.
22 22
23;; You should have received a copy of the GNU General Public License 23;; You should have received a copy of the GNU General Public License
24;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 24;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
25 25
26;;; Commentary: 26;;; Commentary:
27 27
diff --git a/lisp/erc/erc-ibuffer.el b/lisp/erc/erc-ibuffer.el
index cb9c21fc3c9..03d51d9879c 100644
--- a/lisp/erc/erc-ibuffer.el
+++ b/lisp/erc/erc-ibuffer.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
@@ -189,4 +189,3 @@
189;; indent-tabs-mode: t 189;; indent-tabs-mode: t
190;; tab-width: 8 190;; tab-width: 8
191;; End: 191;; End:
192
diff --git a/lisp/erc/erc-identd.el b/lisp/erc/erc-identd.el
index 61360f40f5c..c237325e483 100644
--- a/lisp/erc/erc-identd.el
+++ b/lisp/erc/erc-identd.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
@@ -118,4 +118,3 @@ The default port is specified by `erc-identd-port'."
118;; indent-tabs-mode: t 118;; indent-tabs-mode: t
119;; tab-width: 8 119;; tab-width: 8
120;; End: 120;; End:
121
diff --git a/lisp/erc/erc-imenu.el b/lisp/erc/erc-imenu.el
index 95c2b35c699..9440cb10e74 100644
--- a/lisp/erc/erc-imenu.el
+++ b/lisp/erc/erc-imenu.el
@@ -21,7 +21,7 @@
21;; GNU General Public License for more details. 21;; GNU General Public License for more details.
22 22
23;; You should have received a copy of the GNU General Public License 23;; You should have received a copy of the GNU General Public License
24;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 24;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
25 25
26;;; Commentary: 26;;; Commentary:
27 27
@@ -134,4 +134,3 @@ Don't rely on this function, read it first!"
134;; indent-tabs-mode: t 134;; indent-tabs-mode: t
135;; tab-width: 8 135;; tab-width: 8
136;; End: 136;; End:
137
diff --git a/lisp/erc/erc-join.el b/lisp/erc/erc-join.el
index aa83ffe92ac..3c4136c2617 100644
--- a/lisp/erc/erc-join.el
+++ b/lisp/erc/erc-join.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
@@ -218,4 +218,3 @@ This function is run from `erc-nickserv-identified-hook'."
218;; indent-tabs-mode: t 218;; indent-tabs-mode: t
219;; tab-width: 8 219;; tab-width: 8
220;; End: 220;; End:
221
diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el
index 4aa31529dae..7551b1d2e13 100644
--- a/lisp/erc/erc-lang.el
+++ b/lisp/erc/erc-lang.el
@@ -21,7 +21,7 @@
21;; GNU General Public License for more details. 21;; GNU General Public License for more details.
22 22
23;; You should have received a copy of the GNU General Public License 23;; You should have received a copy of the GNU General Public License
24;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 24;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
25 25
26;;; Commentary: 26;;; Commentary:
27 27
@@ -180,7 +180,7 @@ This is based on the technical contents of ISO 639:1988 (E/F)
180\"Code for the representation of names of languages\". 180\"Code for the representation of names of languages\".
181 181
182Typed by Keld.Simonsen@dkuug.dk 1990-11-30 182Typed by Keld.Simonsen@dkuug.dk 1990-11-30
183 <ftp://dkuug.dk/i18n/ISO_639> 183 <ftp://std.dkuug.dk/i18n/iso_639>
184Minor corrections, 1992-09-08 by Keld Simonsen 184Minor corrections, 1992-09-08 by Keld Simonsen
185Sundanese corrected, 1992-11-11 by Keld Simonsen 185Sundanese corrected, 1992-11-11 by Keld Simonsen
186Telugu corrected, 1995-08-24 by Keld Simonsen 186Telugu corrected, 1995-08-24 by Keld Simonsen
diff --git a/lisp/erc/erc-list.el b/lisp/erc/erc-list.el
index 7d6413ee7f6..4248c6a5fe8 100644
--- a/lisp/erc/erc-list.el
+++ b/lisp/erc/erc-list.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
@@ -228,4 +228,3 @@ to RFC and send the LIST header (#321) at start of list transmission."
228;; indent-tabs-mode: t 228;; indent-tabs-mode: t
229;; tab-width: 8 229;; tab-width: 8
230;; End: 230;; End:
231
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el
index 09cffdcd84c..b8b00297a56 100644
--- a/lisp/erc/erc-log.el
+++ b/lisp/erc/erc-log.el
@@ -22,7 +22,7 @@
22;; GNU General Public License for more details. 22;; GNU General Public License for more details.
23 23
24;; You should have received a copy of the GNU General Public License 24;; You should have received a copy of the GNU General Public License
25;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 25;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
26 26
27;;; Commentary: 27;;; Commentary:
28 28
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el
index 3f6b1e546a9..60e9425ce33 100644
--- a/lisp/erc/erc-match.el
+++ b/lisp/erc/erc-match.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
diff --git a/lisp/erc/erc-menu.el b/lisp/erc/erc-menu.el
index 9db1e754351..79e583138da 100644
--- a/lisp/erc/erc-menu.el
+++ b/lisp/erc/erc-menu.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
@@ -151,4 +151,3 @@ ERC menu yet.")
151;; indent-tabs-mode: t 151;; indent-tabs-mode: t
152;; tab-width: 8 152;; tab-width: 8
153;; End: 153;; End:
154
diff --git a/lisp/erc/erc-netsplit.el b/lisp/erc/erc-netsplit.el
index 583e071c677..71ac0101caf 100644
--- a/lisp/erc/erc-netsplit.el
+++ b/lisp/erc/erc-netsplit.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
@@ -151,7 +151,7 @@ join from that split has been detected or not.")
151 (when (nth 2 ass) 151 (when (nth 2 ass)
152 ;; There was already a netjoin for this netsplit, it 152 ;; There was already a netjoin for this netsplit, it
153 ;; seems like the old one didn't get finished... 153 ;; seems like the old one didn't get finished...
154 (erc-display-message 154 (erc-display-message
155 parsed 'notice (process-buffer proc) 155 parsed 'notice (process-buffer proc)
156 'netsplit ?s split) 156 'netsplit ?s split)
157 (setcar (nthcdr 2 ass) t) 157 (setcar (nthcdr 2 ass) t)
@@ -208,4 +208,3 @@ join from that split has been detected or not.")
208;; indent-tabs-mode: t 208;; indent-tabs-mode: t
209;; tab-width: 8 209;; tab-width: 8
210;; End: 210;; End:
211
diff --git a/lisp/erc/erc-networks.el b/lisp/erc/erc-networks.el
index 59a9356c2ae..bf964bc6ba1 100644
--- a/lisp/erc/erc-networks.el
+++ b/lisp/erc/erc-networks.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
diff --git a/lisp/erc/erc-notify.el b/lisp/erc/erc-notify.el
index 54c8bebab30..983773d3fb4 100644
--- a/lisp/erc/erc-notify.el
+++ b/lisp/erc/erc-notify.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
diff --git a/lisp/erc/erc-page.el b/lisp/erc/erc-page.el
index d441b099bb7..1b453c5b5f1 100644
--- a/lisp/erc/erc-page.el
+++ b/lisp/erc/erc-page.el
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22;;; Commentary: 22;;; Commentary:
23 23
@@ -110,4 +110,3 @@ receive pages if `erc-page-mode' is on."
110;; indent-tabs-mode: t 110;; indent-tabs-mode: t
111;; tab-width: 8 111;; tab-width: 8
112;; End: 112;; End:
113
diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el
index 6dfe0a77862..893bcc0564d 100644
--- a/lisp/erc/erc-pcomplete.el
+++ b/lisp/erc/erc-pcomplete.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
@@ -225,7 +225,7 @@ If optional argument IGNORE-SELF is non-nil, don't return the current nick."
225 (erc-get-channel-user-list))) 225 (erc-get-channel-user-list)))
226 (nicks nil)) 226 (nicks nil))
227 (dolist (user users) 227 (dolist (user users)
228 (unless (or (not user) 228 (unless (or (not user)
229 (and ignore-self 229 (and ignore-self
230 (string= (erc-server-user-nickname (car user)) 230 (string= (erc-server-user-nickname (car user))
231 (erc-current-nick)))) 231 (erc-current-nick))))
@@ -286,4 +286,3 @@ up to where point is right now."
286;; Local Variables: 286;; Local Variables:
287;; indent-tabs-mode: nil 287;; indent-tabs-mode: nil
288;; End: 288;; End:
289
diff --git a/lisp/erc/erc-replace.el b/lisp/erc/erc-replace.el
index ec443ec0224..0b27076de5a 100644
--- a/lisp/erc/erc-replace.el
+++ b/lisp/erc/erc-replace.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
@@ -93,4 +93,3 @@ It replaces text according to `erc-replace-alist'."
93;; indent-tabs-mode: t 93;; indent-tabs-mode: t
94;; tab-width: 8 94;; tab-width: 8
95;; End: 95;; End:
96
diff --git a/lisp/erc/erc-ring.el b/lisp/erc/erc-ring.el
index 4e31ec20a67..174eac2c5ee 100644
--- a/lisp/erc/erc-ring.el
+++ b/lisp/erc/erc-ring.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el
index 6e7c918316a..bce771112e9 100644
--- a/lisp/erc/erc-services.el
+++ b/lisp/erc/erc-services.el
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22;;; Commentary: 22;;; Commentary:
23 23
diff --git a/lisp/erc/erc-sound.el b/lisp/erc/erc-sound.el
index 4ca7a59bbba..8992639e1bb 100644
--- a/lisp/erc/erc-sound.el
+++ b/lisp/erc/erc-sound.el
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22;;; Commentary: 22;;; Commentary:
23 23
@@ -148,4 +148,3 @@ See also `play-sound-file'."
148;; indent-tabs-mode: t 148;; indent-tabs-mode: t
149;; tab-width: 8 149;; tab-width: 8
150;; End: 150;; End:
151
diff --git a/lisp/erc/erc-speedbar.el b/lisp/erc/erc-speedbar.el
index 4f44f415fdd..f530470ec53 100644
--- a/lisp/erc/erc-speedbar.el
+++ b/lisp/erc/erc-speedbar.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
diff --git a/lisp/erc/erc-spelling.el b/lisp/erc/erc-spelling.el
index 9b0e5faaf64..2ccc54fa9c9 100644
--- a/lisp/erc/erc-spelling.el
+++ b/lisp/erc/erc-spelling.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el
index 7ce22b380db..2796722a94a 100644
--- a/lisp/erc/erc-stamp.el
+++ b/lisp/erc/erc-stamp.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
@@ -420,4 +420,3 @@ enabled when the message was inserted."
420;; indent-tabs-mode: t 420;; indent-tabs-mode: t
421;; tab-width: 8 421;; tab-width: 8
422;; End: 422;; End:
423
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index c49971e872a..b1b893bf2b9 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
diff --git a/lisp/erc/erc-truncate.el b/lisp/erc/erc-truncate.el
index 7f5bb326b7f..a50e2fbe5ea 100644
--- a/lisp/erc/erc-truncate.el
+++ b/lisp/erc/erc-truncate.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
@@ -115,4 +115,3 @@ Meant to be used in hooks, like `erc-insert-post-hook'."
115;; indent-tabs-mode: t 115;; indent-tabs-mode: t
116;; tab-width: 8 116;; tab-width: 8
117;; End: 117;; End:
118
diff --git a/lisp/erc/erc-xdcc.el b/lisp/erc/erc-xdcc.el
index 4b0b7b9afa2..290e56e4236 100644
--- a/lisp/erc/erc-xdcc.el
+++ b/lisp/erc/erc-xdcc.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
@@ -136,4 +136,3 @@ being evaluated and should return strings."
136;; indent-tabs-mode: t 136;; indent-tabs-mode: t
137;; tab-width: 8 137;; tab-width: 8
138;; End: 138;; End:
139
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 8547821f080..ab36371b9c9 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -28,20 +28,20 @@
28;; GNU General Public License for more details. 28;; GNU General Public License for more details.
29 29
30;; You should have received a copy of the GNU General Public License 30;; You should have received a copy of the GNU General Public License
31;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 31;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
32 32
33;;; Commentary: 33;;; Commentary:
34 34
35;; ERC is a powerful, modular, and extensible IRC client for Emacs. 35;; ERC is a powerful, modular, and extensible IRC client for Emacs.
36 36
37;; For more information, see the following URLs: 37;; For more information, see the following URLs:
38;; * http://sv.gnu.org/projects/erc/ 38;; * https://sv.gnu.org/projects/erc/
39;; * http://www.emacswiki.org/cgi-bin/wiki/ERC 39;; * http://www.emacswiki.org/cgi-bin/wiki/ERC
40 40
41 41
42 42
43;; As of 2006-06-13, ERC development is now hosted on Savannah 43;; As of 2006-06-13, ERC development is now hosted on Savannah
44;; (http://sv.gnu.org/projects/erc). I invite everyone who wants to 44;; (https://sv.gnu.org/projects/erc). I invite everyone who wants to
45;; hack on it to contact me <mwolson@gnu.org> in order to get write 45;; hack on it to contact me <mwolson@gnu.org> in order to get write
46;; access to the shared Arch archive. 46;; access to the shared Arch archive.
47 47