diff options
| author | Paul Eggert | 2017-10-01 19:53:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-01 19:59:01 -0700 |
| commit | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch) | |
| tree | 6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /lisp/startup.el | |
| parent | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff) | |
| download | emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip | |
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:.
Diffstat (limited to 'lisp/startup.el')
| -rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 7cf6fee4252..4b538d130e7 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -513,7 +513,7 @@ It is the default value of the variable `top-level'." | |||
| 513 | (let ((default-directory dir)) | 513 | (let ((default-directory dir)) |
| 514 | (load (expand-file-name "subdirs.el") t t t)) | 514 | (load (expand-file-name "subdirs.el") t t t)) |
| 515 | ;; Do not scan standard directories that won't contain a leim-list.el. | 515 | ;; Do not scan standard directories that won't contain a leim-list.el. |
| 516 | ;; http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00502.html | 516 | ;; https://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00502.html |
| 517 | ;; (Except the preloaded one in lisp/leim.) | 517 | ;; (Except the preloaded one in lisp/leim.) |
| 518 | (or (string-prefix-p lispdir dir) | 518 | (or (string-prefix-p lispdir dir) |
| 519 | (let ((default-directory dir)) | 519 | (let ((default-directory dir)) |
| @@ -1371,7 +1371,7 @@ the `--debug-init' option to view a complete error backtrace." | |||
| 1371 | ;; trying to load gnus could load the wrong file. | 1371 | ;; trying to load gnus could load the wrong file. |
| 1372 | ;; OK, it would not matter if .emacs.d were at the end of load-path. | 1372 | ;; OK, it would not matter if .emacs.d were at the end of load-path. |
| 1373 | ;; but for the sake of simplicity, we discourage it full-stop. | 1373 | ;; but for the sake of simplicity, we discourage it full-stop. |
| 1374 | ;; Ref eg http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00056.html | 1374 | ;; Ref eg https://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00056.html |
| 1375 | ;; | 1375 | ;; |
| 1376 | ;; A bad element could come from user-emacs-file, the command line, | 1376 | ;; A bad element could come from user-emacs-file, the command line, |
| 1377 | ;; or EMACSLOADPATH, so we basically always have to check. | 1377 | ;; or EMACSLOADPATH, so we basically always have to check. |