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/Makefile.in | |
| 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/Makefile.in')
| -rw-r--r-- | lisp/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 913f937c572..b628444aad1 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -132,13 +132,13 @@ PHONY_EXTRAS = | |||
| 132 | # This could lead to problems in parallel builds if automatically | 132 | # This could lead to problems in parallel builds if automatically |
| 133 | # generated *.el files (eg loaddefs etc) were being changed at the same time. | 133 | # generated *.el files (eg loaddefs etc) were being changed at the same time. |
| 134 | # One solution was to add autoloads as a prerequisite: | 134 | # One solution was to add autoloads as a prerequisite: |
| 135 | # http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html | 135 | # https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html |
| 136 | # http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00171.html | 136 | # https://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00171.html |
| 137 | # However, this meant that running these targets modified loaddefs.el, | 137 | # However, this meant that running these targets modified loaddefs.el, |
| 138 | # every time (due to time-stamping). Calling these rules from | 138 | # every time (due to time-stamping). Calling these rules from |
| 139 | # bootstrap-after would modify loaddefs after src/emacs, resulting | 139 | # bootstrap-after would modify loaddefs after src/emacs, resulting |
| 140 | # in make install remaking src/emacs for no real reason: | 140 | # in make install remaking src/emacs for no real reason: |
| 141 | # http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00311.html | 141 | # https://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00311.html |
| 142 | # Nowadays these commands don't scan automatically generated files, | 142 | # Nowadays these commands don't scan automatically generated files, |
| 143 | # since they will never contain any useful information | 143 | # since they will never contain any useful information |
| 144 | # (see finder-no-scan-regexp and custom-dependencies-no-scan-regexp). | 144 | # (see finder-no-scan-regexp and custom-dependencies-no-scan-regexp). |