aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorPaul Eggert2017-10-01 19:53:56 -0700
committerPaul Eggert2017-10-01 19:59:01 -0700
commit5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch)
tree6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /src/sysdep.c
parent8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff)
downloademacs-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/sysdep.c')
-rw-r--r--src/sysdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 1e6e0d011ba..26d381f5796 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -463,7 +463,7 @@ child_setup_tty (int out)
463 s.main.c_oflag |= OPOST; /* Enable output postprocessing */ 463 s.main.c_oflag |= OPOST; /* Enable output postprocessing */
464 s.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL on output */ 464 s.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL on output */
465#ifdef NLDLY 465#ifdef NLDLY
466 /* http://lists.gnu.org/archive/html/emacs-devel/2008-05/msg00406.html 466 /* https://lists.gnu.org/archive/html/emacs-devel/2008-05/msg00406.html
467 Some versions of GNU Hurd do not have FFDLY? */ 467 Some versions of GNU Hurd do not have FFDLY? */
468#ifdef FFDLY 468#ifdef FFDLY
469 s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); 469 s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY);
@@ -2056,7 +2056,7 @@ init_signals (bool dumping)
2056 thread_fatal_action.sa_flags = process_fatal_action.sa_flags; 2056 thread_fatal_action.sa_flags = process_fatal_action.sa_flags;
2057 2057
2058 /* SIGINT may need special treatment on MS-Windows. See 2058 /* SIGINT may need special treatment on MS-Windows. See
2059 http://lists.gnu.org/archive/html/emacs-devel/2010-09/msg01062.html 2059 https://lists.gnu.org/archive/html/emacs-devel/2010-09/msg01062.html
2060 Please update the doc of kill-emacs, kill-emacs-hook, and 2060 Please update the doc of kill-emacs, kill-emacs-hook, and
2061 NEWS if you change this. */ 2061 NEWS if you change this. */
2062 2062