Mercurial > emacs
changeset 35022:84d10a56a40b
(move_it_past_eol): Add prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 03 Jan 2001 13:48:15 +0000 |
parents | e66bc9cd4f54 |
children | 6016a947974c |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Wed Jan 03 12:53:05 2001 +0000 +++ b/src/dispextern.h Wed Jan 03 13:48:15 2001 +0000 @@ -2159,6 +2159,7 @@ void move_it_to P_ ((struct it *, int, int, int, int, int)); void move_it_vertically P_ ((struct it *, int)); void move_it_by_lines P_ ((struct it *, int, int)); +void move_it_past_eol P_ ((struct it *)); int frame_mode_line_height P_ ((struct frame *)); void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *));