diff options
| author | Paul Eggert | 2012-07-21 20:44:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-21 20:44:35 -0700 |
| commit | fb9ea40fc511eb7e42a512ada9e369cce1bfd932 (patch) | |
| tree | 06dbb3d36540010e7d8657bcee8207f0f7e43e83 /src/ChangeLog | |
| parent | 37a9eac80c07eec4f17917433bc8c406e812e394 (diff) | |
| download | emacs-fb9ea40fc511eb7e42a512ada9e369cce1bfd932.tar.gz emacs-fb9ea40fc511eb7e42a512ada9e369cce1bfd932.zip | |
* buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
as it's limited by the amount of memory, not by INT_MAX.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a1c7eb561a0..6392044ed62 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int, | ||
| 4 | as it's limited by the amount of memory, not by INT_MAX. | ||
| 5 | |||
| 1 | 2012-07-21 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-07-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore' | 8 | * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore' |