summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
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)
s.main.c_oflag |= OPOST; /* Enable output postprocessing */
s.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL on output */
#ifdef NLDLY
- /* http://lists.gnu.org/archive/html/emacs-devel/2008-05/msg00406.html
+ /* https://lists.gnu.org/archive/html/emacs-devel/2008-05/msg00406.html
Some versions of GNU Hurd do not have FFDLY? */
#ifdef FFDLY
s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY);
@@ -2056,7 +2056,7 @@ init_signals (bool dumping)
thread_fatal_action.sa_flags = process_fatal_action.sa_flags;
/* SIGINT may need special treatment on MS-Windows. See
- http://lists.gnu.org/archive/html/emacs-devel/2010-09/msg01062.html
+ https://lists.gnu.org/archive/html/emacs-devel/2010-09/msg01062.html
Please update the doc of kill-emacs, kill-emacs-hook, and
NEWS if you change this. */