aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fringe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 44c36d12b6b..3f1b74a78e8 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -1060,7 +1060,7 @@ compute_fringe_widths (f, redraw)
1060 1060
1061/* Free resources used by a user-defined bitmap. */ 1061/* Free resources used by a user-defined bitmap. */
1062 1062
1063int 1063void
1064destroy_fringe_bitmap (n) 1064destroy_fringe_bitmap (n)
1065 int n; 1065 int n;
1066{ 1066{
@@ -1371,7 +1371,6 @@ Return nil if POS is not visible in WINDOW. */)
1371 Lisp_Object pos, window; 1371 Lisp_Object pos, window;
1372{ 1372{
1373 struct window *w; 1373 struct window *w;
1374 struct buffer *old_buffer = NULL;
1375 struct glyph_row *row; 1374 struct glyph_row *row;
1376 int textpos; 1375 int textpos;
1377 1376