diff options
| author | Juanma Barranquero | 2010-05-23 21:02:25 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-05-23 21:02:25 +0200 |
| commit | 6ec0221e1232cd6060124bf4c2e59210a75b110e (patch) | |
| tree | 461f7d4aa7a2e654c6080c4989f9077f258bb9bb | |
| parent | d8c315d13db58ad60843b22c0c250eeb62abef77 (diff) | |
| download | emacs-6ec0221e1232cd6060124bf4c2e59210a75b110e.tar.gz emacs-6ec0221e1232cd6060124bf4c2e59210a75b110e.zip | |
* dispextern.h: Fix typo in previous change.
| -rw-r--r-- | src/dispextern.h | 2 |
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)); | |||
| 2912 | int set_cursor_from_row P_ ((struct window *, struct glyph_row *, | 2912 | int 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)); |
| 2914 | void init_iterator P_ ((struct it *, struct window *, EMACS_INT, | 2914 | void 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)); |
| 2916 | void init_iterator_to_row_start P_ ((struct it *, struct window *, | 2916 | void init_iterator_to_row_start P_ ((struct it *, struct window *, |
| 2917 | struct glyph_row *)); | 2917 | struct glyph_row *)); |
| 2918 | int get_next_display_element P_ ((struct it *)); | 2918 | int get_next_display_element P_ ((struct it *)); |