aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-09 14:12:08 -0700
committerPaul Eggert2012-07-09 14:12:08 -0700
commita0bee46f5ab47acd95dee9e022792ff0db3ff336 (patch)
treef0be340854071380be3b8d204c4195b00c2e82a5 /src/ChangeLog
parente00c793aece0c871db801f99a46c877f0b4e26e0 (diff)
downloademacs-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/ChangeLog3
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 @@
12012-07-09 Paul Eggert <eggert@cs.ucla.edu> 12012-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):