diff options
| author | Paul Eggert | 2011-04-16 13:27:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 13:27:04 -0700 |
| commit | cad590324875d0ca862ced3421d220600b9f77d2 (patch) | |
| tree | aa12770472f75592d1dffa3b5883fcaf5ddae575 /src/ChangeLog | |
| parent | c339dc2e7e86248a60f484ccdca228ed68826c0b (diff) | |
| download | emacs-cad590324875d0ca862ced3421d220600b9f77d2.tar.gz emacs-cad590324875d0ca862ced3421d220600b9f77d2.zip | |
* keyboard.c (read_char): Make a var volatile so longjmp won't clobber
it.
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 d555e74c219..a2848ead2cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * keyboard.c (read_char): Make a var volatile so longjmp won't clobber | ||
| 4 | it. | ||
| 5 | |||
| 3 | * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used, | 6 | * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used, |
| 4 | so that we aren't warned about unused symbols. | 7 | so that we aren't warned about unused symbols. |
| 5 | 8 | ||