diff options
| author | Paul Eggert | 2011-06-17 12:45:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-17 12:45:29 -0700 |
| commit | 7d100a81b7b1127f55cd1033ce5a6ce2d350ba19 (patch) | |
| tree | d8fc16f65f46808d9eaec2d26be93611d813e313 /src/ChangeLog | |
| parent | 5eb55db9877dd34455e40f8836f50f3496abcbae (diff) | |
| download | emacs-7d100a81b7b1127f55cd1033ce5a6ce2d350ba19.tar.gz emacs-7d100a81b7b1127f55cd1033ce5a6ce2d350ba19.zip | |
* composite.c (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
not EMACS_UINT, for indexes.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6ff0fe49307..f9ed0c6cfc7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * composite.c: Don't truncate sizes to 'int'. | 3 | * composite.c: Don't truncate sizes to 'int'. |
| 4 | (composition_gstring_p, composition_reseat_it) | 4 | (composition_gstring_p, composition_reseat_it) |
| 5 | (composition_adjust_point): Use EMACS_INT, not int. | 5 | (composition_adjust_point): Use EMACS_INT, not int. |
| 6 | (get_composition_id, composition_gstring_put_cache): Use EMACS_INT, | ||
| 7 | not EMACS_UINT, for indexes. | ||
| 6 | 8 | ||
| 7 | * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT. | 9 | * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT. |
| 8 | 10 | ||