From: Juanma Barranquero Date: Sun, 23 May 2010 19:02:25 +0000 (+0200) Subject: * dispextern.h: Fix typo in previous change. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~205^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ec0221e1232cd6060124bf4c2e59210a75b110e;p=emacs.git * dispextern.h: Fix typo in previous change. --- 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 *));