diff options
| author | Gerd Moellmann | 2001-01-03 13:48:15 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-03 13:48:15 +0000 |
| commit | 5b2ad813a561a6a4a451e0d738e4c6f8359d16c8 (patch) | |
| tree | 84a3ba123b3d2912d7e5513570a4a0f6f6931109 /src | |
| parent | 3e99d3b4c9110ed6e7b5614909633b5f6fd60ee3 (diff) | |
| download | emacs-5b2ad813a561a6a4a451e0d738e4c6f8359d16c8.tar.gz emacs-5b2ad813a561a6a4a451e0d738e4c6f8359d16c8.zip | |
(move_it_past_eol): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 57091aab4f4..a501d6c1d4e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2159,6 +2159,7 @@ void start_display P_ ((struct it *, struct window *, struct text_pos)); | |||
| 2159 | void move_it_to P_ ((struct it *, int, int, int, int, int)); | 2159 | void move_it_to P_ ((struct it *, int, int, int, int, int)); |
| 2160 | void move_it_vertically P_ ((struct it *, int)); | 2160 | void move_it_vertically P_ ((struct it *, int)); |
| 2161 | void move_it_by_lines P_ ((struct it *, int, int)); | 2161 | void move_it_by_lines P_ ((struct it *, int, int)); |
| 2162 | void move_it_past_eol P_ ((struct it *)); | ||
| 2162 | int frame_mode_line_height P_ ((struct frame *)); | 2163 | int frame_mode_line_height P_ ((struct frame *)); |
| 2163 | void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); | 2164 | void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); |
| 2164 | int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *)); | 2165 | int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *)); |