mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 12:03:55 -08:00
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:.
This commit is contained in:
parent
8cdd8b920a
commit
5172fa02cc
114 changed files with 648 additions and 649 deletions
|
|
@ -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 <michael.albinus@gmx.de>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue