diff options
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 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 | ||