diff options
| author | Paul Eggert | 2012-11-16 07:29:22 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-11-16 07:29:22 -0800 |
| commit | 3d082a269ece18058ed82957f8a056822b39789e (patch) | |
| tree | 17d4964206b6dc2329b1e31ec708b7b370912db4 /admin | |
| parent | 9533048d4a8e86dd6a8ffc8970afce28fda2632f (diff) | |
| download | emacs-3d082a269ece18058ed82957f8a056822b39789e.tar.gz emacs-3d082a269ece18058ed82957f8a056822b39789e.zip | |
Remove no-longer-used pty_max_bytes variable.
* configure.ac (fpathconf): Remove unnecessary check.
* admin/CPP-DEFINES (HAVE_FPATHCONF): Remove.
* src/process.c (pty_max_bytes): Remove; unused.
(send_process): Do not set it.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 1 | ||||
| -rw-r--r-- | admin/ChangeLog | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 0a4c14cb95c..17c56dc7e9e 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -152,7 +152,6 @@ HAVE_ENVIRON_DECL | |||
| 152 | HAVE_EUIDACCESS | 152 | HAVE_EUIDACCESS |
| 153 | HAVE_FCNTL_H | 153 | HAVE_FCNTL_H |
| 154 | HAVE_FORK | 154 | HAVE_FORK |
| 155 | HAVE_FPATHCONF | ||
| 156 | HAVE_FREEIFADDRS | 155 | HAVE_FREEIFADDRS |
| 157 | HAVE_FREETYPE | 156 | HAVE_FREETYPE |
| 158 | HAVE_FSEEKO | 157 | HAVE_FSEEKO |
diff --git a/admin/ChangeLog b/admin/ChangeLog index fd28bf1228f..4eb413e948f 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-11-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Remove no-longer-used pty_max_bytes variable. | ||
| 4 | * CPP-DEFINES (HAVE_FPATHCONF): Remove. | ||
| 5 | |||
| 1 | 2012-11-14 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-11-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Use faccessat, not access, when checking file permissions (Bug#12632). | 8 | Use faccessat, not access, when checking file permissions (Bug#12632). |