diff options
| author | Paul Eggert | 2011-06-06 11:37:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-06 11:37:51 -0700 |
| commit | b862a52ad38e14c7f7c9000662af834c75668012 (patch) | |
| tree | 5e38c8621e74d133cb4580e98ef083ec842c4a2c /src/ChangeLog | |
| parent | 0c1477cd00313d6aa13c40550a0b413a01d188c6 (diff) | |
| download | emacs-b862a52ad38e14c7f7c9000662af834c75668012.tar.gz emacs-b862a52ad38e14c7f7c9000662af834c75668012.zip | |
Add Bug#8794 to ChangeLog entry.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 08a008d0c98..7452b53da5b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2011-06-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Cons<->int and similar integer overflow fixes. | 3 | Cons<->int and similar integer overflow fixes (Bug#8794). |
| 4 | 4 | ||
| 5 | Check for overflow when converting integer to cons and back. | 5 | Check for overflow when converting integer to cons and back. |
| 6 | * charset.c (Fdefine_charset_internal, Fdecode_char): | 6 | * charset.c (Fdefine_charset_internal, Fdecode_char): |