]> git.eshelyaron.com Git - emacs.git/commitdiff
* dispextern.h: Fix typo in previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 23 May 2010 19:02:25 +0000 (21:02 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 23 May 2010 19:02:25 +0000 (21:02 +0200)
src/dispextern.h

index af262a056339ef7b8998e2d93cfd20c394338158..2c2463fc2ded4e23249746b6e91d93bfe8c2b1b2 100644 (file)
@@ -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 *));