aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-05-23 21:02:25 +0200
committerJuanma Barranquero2010-05-23 21:02:25 +0200
commit6ec0221e1232cd6060124bf4c2e59210a75b110e (patch)
tree461f7d4aa7a2e654c6080c4989f9077f258bb9bb
parentd8c315d13db58ad60843b22c0c250eeb62abef77 (diff)
downloademacs-6ec0221e1232cd6060124bf4c2e59210a75b110e.tar.gz
emacs-6ec0221e1232cd6060124bf4c2e59210a75b110e.zip
* dispextern.h: Fix typo in previous change.
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
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));
2912int set_cursor_from_row P_ ((struct window *, struct glyph_row *, 2912int set_cursor_from_row P_ ((struct window *, struct glyph_row *,
2913 struct glyph_matrix *, int, int, int, int)); 2913 struct glyph_matrix *, int, int, int, int));
2914void init_iterator P_ ((struct it *, struct window *, EMACS_INT, 2914void init_iterator P_ ((struct it *, struct window *, EMACS_INT,
2915 EMACS_INIT, struct glyph_row *, enum face_id)); 2915 EMACS_INT, struct glyph_row *, enum face_id));
2916void init_iterator_to_row_start P_ ((struct it *, struct window *, 2916void init_iterator_to_row_start P_ ((struct it *, struct window *,
2917 struct glyph_row *)); 2917 struct glyph_row *));
2918int get_next_display_element P_ ((struct it *)); 2918int get_next_display_element P_ ((struct it *));