diff options
| author | Paul Eggert | 2013-07-07 20:20:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-07 20:20:35 -0700 |
| commit | 6602769357bba5616c4d36a12d2dce254f4b5fee (patch) | |
| tree | 67581e24079990481f5a7c00c5fb3901800e9cb9 | |
| parent | 9caab067d66a2de8520aab5c2b17205548631c4d (diff) | |
| download | emacs-6602769357bba5616c4d36a12d2dce254f4b5fee.tar.gz emacs-6602769357bba5616c4d36a12d2dce254f4b5fee.zip | |
Remove stray empty line.
| -rw-r--r-- | ChangeLog | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -6,7 +6,6 @@ | |||
| 6 | Make file descriptors close-on-exec when possible (Bug#14803). | 6 | Make file descriptors close-on-exec when possible (Bug#14803). |
| 7 | * configure.ac (mkostemp): New function to check for. | 7 | * configure.ac (mkostemp): New function to check for. |
| 8 | (PTY_OPEN): Pass O_CLOEXEC to posix_openpt. | 8 | (PTY_OPEN): Pass O_CLOEXEC to posix_openpt. |
| 9 | |||
| 10 | * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4: | 9 | * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4: |
| 11 | * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib. | 10 | * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib. |
| 12 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | 11 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. |