Mercurial > emacs
changeset 108752:60bc561d59c5
* dispextern.h: Fix typo in previous change.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 23 May 2010 21:02:25 +0200 |
parents | c40b9bfe9167 |
children | f7bbe35cec23 915a03d2dfb2 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Sun May 23 19:57:15 2010 +0300 +++ b/src/dispextern.h Sun May 23 21:02:25 2010 +0200 @@ -2912,7 +2912,7 @@ int set_cursor_from_row P_ ((struct window *, struct glyph_row *, struct glyph_matrix *, int, int, int, int)); void init_iterator P_ ((struct it *, struct window *, EMACS_INT, - EMACS_INIT, struct glyph_row *, enum face_id)); + EMACS_INT, struct glyph_row *, enum face_id)); void init_iterator_to_row_start P_ ((struct it *, struct window *, struct glyph_row *)); int get_next_display_element P_ ((struct it *));