Mercurial > emacs
changeset 40093:479353d8bc19
(invisible_text_between_p): Put prototype inside #if 0 because unused.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 20 Oct 2001 20:26:18 +0000 |
parents | c495d30e2184 |
children | aafe0de50dc7 |
files | src/xdisp.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sat Oct 20 20:24:29 2001 +0000 +++ b/src/xdisp.c Sat Oct 20 20:26:18 2001 +0000 @@ -670,7 +670,11 @@ static int cursor_row_p P_ ((struct window *, struct glyph_row *)); static int redisplay_mode_lines P_ ((Lisp_Object, int)); static char *decode_mode_spec_coding P_ ((Lisp_Object, char *, int)); + +#if 0 static int invisible_text_between_p P_ ((struct it *, int, int)); +#endif + static int next_element_from_ellipsis P_ ((struct it *)); static void pint2str P_ ((char *, int, int)); static struct text_pos run_window_scroll_functions P_ ((Lisp_Object,