From c0a53abba1d89bb487e3a38a0e7336bdce46fd1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 20 Oct 2001 20:52:22 +0000 Subject: [PATCH] (invisible_text_between_p): Put prototype inside #if 0 because unused. --- src/ChangeLog | 11 +++++++++-- src/xdisp.c | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 175ae0adbe5..e558c665d2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,14 @@ 2001-10-20 Pavel Jan,Bm(Bk - * bytecode.c: Change doc-string comments to `new style' [w/`doc:' - keyword]. + * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes + removed. + + * xdisp.c (invisible_text_between_p): Put prototype inside #if + 0 because unused. + + * bytecode.c, callint.c, callproc.c, casefiddle.c, casetab.c + * category.c, ccl.c, charset.c, process.c, window.c: Change + doc-string comments to `new style' [w/`doc:' keyword]. 2001-10-20 Miles Bader diff --git a/src/xdisp.c b/src/xdisp.c index b80f529b377..927d106cd01 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -670,7 +670,11 @@ static int display_prop_string_p P_ ((Lisp_Object, Lisp_Object)); 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, -- 2.39.5