1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

* dispextern.h: Fix typo in previous change.

This commit is contained in:
Juanma Barranquero 2010-05-23 21:02:25 +02:00
parent d8c315d13d
commit 6ec0221e12

View 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 *));