diff options
| author | Richard M. Stallman | 2005-06-08 15:55:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-08 15:55:18 +0000 |
| commit | 995987378d97aed8094f27262f37aefcf6b7f2cc (patch) | |
| tree | a9aa7abf7032dc75cfa6ffb3ba025b9a1014e59a /src | |
| parent | a566ce8e096a523858948d3f4a565a2a57ff644c (diff) | |
| download | emacs-995987378d97aed8094f27262f37aefcf6b7f2cc.tar.gz emacs-995987378d97aed8094f27262f37aefcf6b7f2cc.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cfbbe7b47c0..28824b94e36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,10 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | * process.c (Fstart_process): Don't touch command_channel_p slot. | 9 | * process.c (Fstart_process): Don't touch command_channel_p slot. |
| 10 | 10 | ||
| 11 | * process.h (struct process): Conditionalize slots | 11 | * process.h (struct process): Delete command_channel_p. |
| 12 | adaptive_read_buffering, read_output_delay and read_output_skip | ||
| 13 | on ADAPTIVE_READ_BUFFERING. | ||
| 14 | Delete command_channel_p. | ||
| 15 | 12 | ||
| 16 | 2005-06-07 Masatake YAMATO <jet@gyve.org> | 13 | 2005-06-07 Masatake YAMATO <jet@gyve.org> |
| 17 | 14 | ||