diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-25 22:45:41 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-25 22:48:12 -0800 |
commit | a89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch) | |
tree | 7055882872b7cad587e5d5e9ac706056f04ff777 /src/sysdep.c | |
parent | 8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff) | |
download | emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.bz2 emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.zip |
maint: shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'src/sysdep.c')
-rw-r--r-- | src/sysdep.c | 4 |
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) s.main.c_oflag |= OPOST; /* Enable output postprocessing */ s.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL on output */ #ifdef NLDLY - /* https://lists.gnu.org/archive/html/emacs-devel/2008-05/msg00406.html + /* https://lists.gnu.org/r/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); @@ -2102,7 +2102,7 @@ init_signals (bool dumping) thread_fatal_action.sa_flags = process_fatal_action.sa_flags; /* SIGINT may need special treatment on MS-Windows. See - https://lists.gnu.org/archive/html/emacs-devel/2010-09/msg01062.html + https://lists.gnu.org/r/emacs-devel/2010-09/msg01062.html Please update the doc of kill-emacs, kill-emacs-hook, and NEWS if you change this. */ |