comparison src/ChangeLog @ 110512:ba79df773e8d

Fix last changes in editfns.c and intervals.c. editfns.c (clip_to_bounds): Return an EMACS_INT value. lisp.h (clip_to_bounds): Adjust prototype. intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 23 Sep 2010 15:18:30 -0400
parents 5746a646bb03
children 43adca79c8fd
comparison
equal deleted inserted replaced
110511:5746a646bb03 110512:ba79df773e8d
1 2010-09-23 Eli Zaretskii <eliz@gnu.org>
2
3 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
4
5 * lisp.h (clip_to_bounds): Adjust prototype.
6
7 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
8
1 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> 9 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 10
3 * lisp.h: Change the definition of all marker.c functions that 11 * lisp.h: Change the definition of all marker.c functions that
4 take and return buffer stuff to be EMACS_INT instead of int. 12 take and return buffer stuff to be EMACS_INT instead of int.
5 13