diff options
| author | Paul Eggert | 2011-06-17 12:49:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-17 12:49:04 -0700 |
| commit | 76031fad32560b8a47739bd57b02c762e39ec27d (patch) | |
| tree | 19e5aee7815d9a5765f0d5bb0108b55f5f70b843 /src/ChangeLog | |
| parent | 7d100a81b7b1127f55cd1033ce5a6ce2d350ba19 (diff) | |
| download | emacs-76031fad32560b8a47739bd57b02c762e39ec27d.tar.gz emacs-76031fad32560b8a47739bd57b02c762e39ec27d.zip | |
* xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
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 f9ed0c6cfc7..d88aa4929ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0. | ||
| 4 | |||
| 3 | * composite.c: Don't truncate sizes to 'int'. | 5 | * composite.c: Don't truncate sizes to 'int'. |
| 4 | (composition_gstring_p, composition_reseat_it) | 6 | (composition_gstring_p, composition_reseat_it) |
| 5 | (composition_adjust_point): Use EMACS_INT, not int. | 7 | (composition_adjust_point): Use EMACS_INT, not int. |