Mercurial > emacs
comparison src/ChangeLog @ 110513:43adca79c8fd
Clean up EMACS_INT/int usage in doc.c and doprnt.c.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Thu, 23 Sep 2010 21:53:46 +0200 |
parents | ba79df773e8d |
children | 8e5fcc5dd96b |
comparison
equal
deleted
inserted
replaced
110512:ba79df773e8d | 110513:43adca79c8fd |
---|---|
5 * lisp.h (clip_to_bounds): Adjust prototype. | 5 * lisp.h (clip_to_bounds): Adjust prototype. |
6 | 6 |
7 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value. | 7 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value. |
8 | 8 |
9 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | 9 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> |
10 | |
11 * lisp.h: doprnt.c EMACS_INT/int cleanup. | |
12 | |
13 * doprnt.c (doprnt): EMACS_INT/int cleanup. | |
14 | |
15 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int | |
16 cleanup. | |
10 | 17 |
11 * lisp.h: Change the definition of all marker.c functions that | 18 * lisp.h: Change the definition of all marker.c functions that |
12 take and return buffer stuff to be EMACS_INT instead of int. | 19 take and return buffer stuff to be EMACS_INT instead of int. |
13 | 20 |
14 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both) | 21 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both) |