diff options
| author | Paul Eggert | 2012-07-09 14:12:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-09 14:12:08 -0700 |
| commit | a0bee46f5ab47acd95dee9e022792ff0db3ff336 (patch) | |
| tree | f0be340854071380be3b8d204c4195b00c2e82a5 /src/ChangeLog | |
| parent | e00c793aece0c871db801f99a46c877f0b4e26e0 (diff) | |
| download | emacs-a0bee46f5ab47acd95dee9e022792ff0db3ff336.tar.gz emacs-a0bee46f5ab47acd95dee9e022792ff0db3ff336.zip | |
* process.c (wait_reading_process_output): 'waitchannels' was unset
when read_kbd || !NILP (wait_for_cell); fix this.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f8dfbdedf3..f0f060268c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * process.c (wait_reading_process_output): 'waitchannels' was unset | ||
| 4 | when read_kbd || !NILP (wait_for_cell); fix this. | ||
| 5 | |||
| 3 | Add GCC-style 'const' attribute to functions that can use it. | 6 | Add GCC-style 'const' attribute to functions that can use it. |
| 4 | * character.h (char_resolve_modifier_mask): | 7 | * character.h (char_resolve_modifier_mask): |
| 5 | * keyboard.h (make_ctrl_char): | 8 | * keyboard.h (make_ctrl_char): |