]> code.delx.au - gnu-emacs/commitdiff
* dispextern.h, xdisp.c (window_box_right_offset): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Sep 2014 16:07:23 +0000 (09:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Sep 2014 16:07:23 +0000 (09:07 -0700)
src/ChangeLog
src/dispextern.h
src/xdisp.c

index 63d732c8d2c6f61a3ffcd955e864585272ec253a..7e1768e2cdaf4eaaf08f2190f31c6efda112985c 100644 (file)
@@ -1,3 +1,7 @@
+2014-09-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * dispextern.h, xdisp.c (window_box_right_offset): Now static.
+
 2014-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
 
        Use known length of a Lisp string to copy it faster.
index 99396b1deefd0bf0f13b66ff78647691ca20059d..81e36d7b3c6a29f1d17ec2065057a54d0c1c2f10 100644 (file)
@@ -3176,7 +3176,6 @@ int window_box_width (struct window *, enum glyph_row_area);
 int window_box_left (struct window *, enum glyph_row_area);
 int window_box_left_offset (struct window *, enum glyph_row_area);
 int window_box_right (struct window *, enum glyph_row_area);
-int window_box_right_offset (struct window *, enum glyph_row_area);
 int estimate_mode_line_height (struct frame *, enum face_id);
 int move_it_to (struct it *, ptrdiff_t, int, int, int, int);
 void pixel_to_glyph_coords (struct frame *, int, int, int *, int *,
index 18ba3319f325fff9b01a0155ded38e116bf20d2f..ba513644484f6cb39293bb95c2187878615db5d0 100644 (file)
@@ -1144,7 +1144,7 @@ window_box_left_offset (struct window *w, enum glyph_row_area area)
    area AREA of window W.  ANY_AREA means return the right edge of the
    whole window, to the left of the right fringe of W.  */
 
-int
+static int
 window_box_right_offset (struct window *w, enum glyph_row_area area)
 {
   /* Don't return more than the window's pixel width.  */