aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorPaul Eggert2017-11-25 22:45:41 -0800
committerPaul Eggert2017-11-25 22:48:12 -0800
commita89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch)
tree7055882872b7cad587e5d5e9ac706056f04ff777 /src/sysdep.c
parent8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff)
downloademacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz
emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.zip
maint: shorten https://lists.gnu.org/archive/html/... links
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 f9cc2c81762..e223a67787d 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -508,7 +508,7 @@ child_setup_tty (int out)
508 s.main.c_oflag |= OPOST; /* Enable output postprocessing */ 508 s.main.c_oflag |= OPOST; /* Enable output postprocessing */
509 s.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL on output */ 509 s.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL on output */
510#ifdef NLDLY 510#ifdef NLDLY
511 /* https://lists.gnu.org/archive/html/emacs-devel/2008-05/msg00406.html 511 /* https://lists.gnu.org/r/emacs-devel/2008-05/msg00406.html
512 Some versions of GNU Hurd do not have FFDLY? */ 512 Some versions of GNU Hurd do not have FFDLY? */
513#ifdef FFDLY 513#ifdef FFDLY
514 s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); 514 s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY);
@@ -2102,7 +2102,7 @@ init_signals (bool dumping)
2102 thread_fatal_action.sa_flags = process_fatal_action.sa_flags; 2102 thread_fatal_action.sa_flags = process_fatal_action.sa_flags;
2103 2103
2104 /* SIGINT may need special treatment on MS-Windows. See 2104 /* SIGINT may need special treatment on MS-Windows. See
2105 https://lists.gnu.org/archive/html/emacs-devel/2010-09/msg01062.html 2105 https://lists.gnu.org/r/emacs-devel/2010-09/msg01062.html
2106 Please update the doc of kill-emacs, kill-emacs-hook, and 2106 Please update the doc of kill-emacs, kill-emacs-hook, and
2107 NEWS if you change this. */ 2107 NEWS if you change this. */
2108 2108