aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-10-20 20:52:22 +0000
committerPavel Janík2001-10-20 20:52:22 +0000
commitc0a53abba1d89bb487e3a38a0e7336bdce46fd1d (patch)
treeec2e0ad37d159f92afaed3a81ed8554daec09d26 /src
parenta5218868b374e0840acd9feb5753b3cdb6023ee5 (diff)
downloademacs-c0a53abba1d89bb487e3a38a0e7336bdce46fd1d.tar.gz
emacs-c0a53abba1d89bb487e3a38a0e7336bdce46fd1d.zip
(invisible_text_between_p): Put prototype inside #if 0 because unused.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
-rw-r--r--src/xdisp.c4
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 @@
12001-10-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-10-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * bytecode.c: Change doc-string comments to `new style' [w/`doc:' 3 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes
4 keyword]. 4 removed.
5
6 * xdisp.c (invisible_text_between_p): Put prototype inside #if
7 0 because unused.
8
9 * bytecode.c, callint.c, callproc.c, casefiddle.c, casetab.c
10 * category.c, ccl.c, charset.c, process.c, window.c: Change
11 doc-string comments to `new style' [w/`doc:' keyword].
5 12
62001-10-20 Miles Bader <miles@gnu.org> 132001-10-20 Miles Bader <miles@gnu.org>
7 14
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));
670static int cursor_row_p P_ ((struct window *, struct glyph_row *)); 670static int cursor_row_p P_ ((struct window *, struct glyph_row *));
671static int redisplay_mode_lines P_ ((Lisp_Object, int)); 671static int redisplay_mode_lines P_ ((Lisp_Object, int));
672static char *decode_mode_spec_coding P_ ((Lisp_Object, char *, int)); 672static char *decode_mode_spec_coding P_ ((Lisp_Object, char *, int));
673
674#if 0
673static int invisible_text_between_p P_ ((struct it *, int, int)); 675static int invisible_text_between_p P_ ((struct it *, int, int));
676#endif
677
674static int next_element_from_ellipsis P_ ((struct it *)); 678static int next_element_from_ellipsis P_ ((struct it *));
675static void pint2str P_ ((char *, int, int)); 679static void pint2str P_ ((char *, int, int));
676static struct text_pos run_window_scroll_functions P_ ((Lisp_Object, 680static struct text_pos run_window_scroll_functions P_ ((Lisp_Object,