From 6ec0221e1232cd6060124bf4c2e59210a75b110e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 23 May 2010 21:02:25 +0200 Subject: [PATCH] * dispextern.h: Fix typo in previous change. --- src/dispextern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispextern.h b/src/dispextern.h index af262a05633..2c2463fc2de 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2912,7 +2912,7 @@ void redisplay_preserve_echo_area P_ ((int)); 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 *)); -- 2.39.2