comparison src/xdisp.c @ 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 ba1ee05b48f7
children 4ba7310e5da3
comparison
equal deleted inserted replaced
40092:c495d30e2184 40093:479353d8bc19
668 static int single_display_prop_string_p P_ ((Lisp_Object, Lisp_Object)); 668 static int single_display_prop_string_p P_ ((Lisp_Object, Lisp_Object));
669 static int display_prop_string_p P_ ((Lisp_Object, Lisp_Object)); 669 static int display_prop_string_p P_ ((Lisp_Object, Lisp_Object));
670 static int cursor_row_p P_ ((struct window *, struct glyph_row *)); 670 static int cursor_row_p P_ ((struct window *, struct glyph_row *));
671 static int redisplay_mode_lines P_ ((Lisp_Object, int)); 671 static int redisplay_mode_lines P_ ((Lisp_Object, int));
672 static char *decode_mode_spec_coding P_ ((Lisp_Object, char *, int)); 672 static char *decode_mode_spec_coding P_ ((Lisp_Object, char *, int));
673
674 #if 0
673 static int invisible_text_between_p P_ ((struct it *, int, int)); 675 static int invisible_text_between_p P_ ((struct it *, int, int));
676 #endif
677
674 static int next_element_from_ellipsis P_ ((struct it *)); 678 static int next_element_from_ellipsis P_ ((struct it *));
675 static void pint2str P_ ((char *, int, int)); 679 static void pint2str P_ ((char *, int, int));
676 static struct text_pos run_window_scroll_functions P_ ((Lisp_Object, 680 static struct text_pos run_window_scroll_functions P_ ((Lisp_Object,
677 struct text_pos)); 681 struct text_pos));
678 static void reconsider_clip_changes P_ ((struct window *, struct buffer *)); 682 static void reconsider_clip_changes P_ ((struct window *, struct buffer *));