From 5172fa02cccaab2500ecf85aaf65b8deed54d42e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 1 Oct 2017 19:53:56 -0700 Subject: Prefer HTTPS to HTTP for gnu.org This fixes some URLs I omitted from my previous pass, notably those in lists.gnu.org. Although lists.gnu.org does not yet support TLS 1.1, TLS 1.0 is better than nothing. * lisp/erc/erc.el (erc-official-location): * lisp/mail/emacsbug.el (report-emacs-bug): Use https:, not http:. --- test/ChangeLog.1 | 2 +- test/lisp/replace-tests.el | 4 ++-- test/lisp/vc/vc-bzr-tests.el | 2 +- test/manual/etags/c-src/emacs/src/lisp.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/ChangeLog.1 b/test/ChangeLog.1 index d244798038f..7b228abd1d9 100644 --- a/test/ChangeLog.1 +++ b/test/ChangeLog.1 @@ -1307,7 +1307,7 @@ * automated/undo-tests.el (undo-test-in-region-not-most-recent): Add new test of undo in region. (undo-test-in-region-eob): Add test case described at - http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411 + https://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411 2014-02-28 Michael Albinus diff --git a/test/lisp/replace-tests.el b/test/lisp/replace-tests.el index b98406d8ef8..06b6dd8a0a9 100644 --- a/test/lisp/replace-tests.el +++ b/test/lisp/replace-tests.el @@ -54,7 +54,7 @@ fx 6:fx ") ;; * Test multi-line matches, this is the first test from - ;; http://lists.gnu.org/archive/html/emacs-devel/2005-06/msg01008.html + ;; https://lists.gnu.org/archive/html/emacs-devel/2005-06/msg01008.html ;; where numbers are replaced with letters. ("a\na" 0 "\ a @@ -70,7 +70,7 @@ a :a ") ;; * Test multi-line matches, this is the second test from - ;; http://lists.gnu.org/archive/html/emacs-devel/2005-06/msg01008.html + ;; https://lists.gnu.org/archive/html/emacs-devel/2005-06/msg01008.html ;; where numbers are replaced with letters. ("a\nb" 0 "\ a diff --git a/test/lisp/vc/vc-bzr-tests.el b/test/lisp/vc/vc-bzr-tests.el index e751f562866..85f401eb37b 100644 --- a/test/lisp/vc/vc-bzr-tests.el +++ b/test/lisp/vc/vc-bzr-tests.el @@ -106,7 +106,7 @@ (should (get-buffer "*vc-log*"))) (delete-directory homedir t)))) -;; http://lists.gnu.org/archive/html/help-gnu-emacs/2012-04/msg00145.html +;; https://lists.gnu.org/archive/html/help-gnu-emacs/2012-04/msg00145.html (ert-deftest vc-bzr-test-faulty-bzr-autoloads () "Test we can generate autoloads in a bzr directory when bzr is faulty." (skip-unless (executable-find vc-bzr-program)) diff --git a/test/manual/etags/c-src/emacs/src/lisp.h b/test/manual/etags/c-src/emacs/src/lisp.h index c4b78fc628b..0c7da366519 100644 --- a/test/manual/etags/c-src/emacs/src/lisp.h +++ b/test/manual/etags/c-src/emacs/src/lisp.h @@ -510,7 +510,7 @@ enum Lisp_Fwd_Type /* If you want to define a new Lisp data type, here are some instructions. See the thread at - http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00561.html + https://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00561.html for more info. First, there are already a couple of Lisp types that can be used if -- cgit v1.2.1