Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.
authorEli Zaretskii <eliz@gnu.org>
Fri, 24 Sep 2010 17:48:10 +0000 (13:48 -0400)
committerEli Zaretskii <eliz@gnu.org>
Fri, 24 Sep 2010 17:48:10 +0000 (13:48 -0400)
commitace1712c7feb83cc6b03d31b7a8b0439b83b7212
tree8fb7f4713b4b14fc09f71d7f0c49274c4492a511
parent4f3a2f8d41f3a1e2be27921e8271c5fdb78e6d98
Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.

 keyboard.c (make_lispy_position): Use EMACS_INT for buffer
 positions.
 xdisp.c (redisplay_internal, try_window_id)
 (set_cursor_from_row, find_first_unchanged_at_end_row): Use
 EMACS_INT for buffer positions.
 dispextern.h (set_cursor_from_row, mode_line_string)
 (marginal_area_string): Adjust prototypes.
 dispnew.c (increment_matrix_positions)
 (increment_row_positions, copy_glyph_row_contents)
 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
 positions.
 dispextern.h (mode_line_string, marginal_area_string)
 (increment_matrix_positions, increment_row_positions): Adjust
 prototypes.
 data.c (Faref, Faset): Use EMACS_INT for string length and
 positions.
 cmds.c (internal_self_insert): Use EMACS_INT for the count of
 characters to insert.
 ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
 position and size.
src/ChangeLog
src/ccl.c
src/cmds.c
src/data.c
src/dispextern.h
src/dispnew.c
src/keyboard.c
src/xdisp.c