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 /src/xfns.c | |
| 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 'src/xfns.c')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 69955fe9a8f..9022e4a9674 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -6328,7 +6328,7 @@ x_create_tip_frame (struct x_display_info *dpyinfo, Lisp_Object parms) | |||
| 6328 | } | 6328 | } |
| 6329 | 6329 | ||
| 6330 | /* FIXME - can this be done in a similar way to normal frames? | 6330 | /* FIXME - can this be done in a similar way to normal frames? |
| 6331 | http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00641.html */ | 6331 | https://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00641.html */ |
| 6332 | 6332 | ||
| 6333 | /* Set the `display-type' frame parameter before setting up faces. */ | 6333 | /* Set the `display-type' frame parameter before setting up faces. */ |
| 6334 | { | 6334 | { |