emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117927: * dispextern.h, xdisp.c (window_box_right_o


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117927: * dispextern.h, xdisp.c (window_box_right_offset): Now static.
Date: Tue, 23 Sep 2014 16:07:28 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117927
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2014-09-23 09:07:23 -0700
message:
  * dispextern.h, xdisp.c (window_box_right_offset): Now static.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/dispextern.h               
dispextern.h-20091113204419-o5vbwnq5f7feedwu-218
  src/xdisp.c                    xdisp.c-20091113204419-o5vbwnq5f7feedwu-240
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-09-23 15:49:00 +0000
+++ b/src/ChangeLog     2014-09-23 16:07:23 +0000
@@ -1,3 +1,7 @@
+2014-09-23  Paul Eggert  <address@hidden>
+
+       * dispextern.h, xdisp.c (window_box_right_offset): Now static.
+
 2014-09-23  Dmitry Antipov  <address@hidden>
 
        Use known length of a Lisp string to copy it faster.

=== modified file 'src/dispextern.h'
--- a/src/dispextern.h  2014-09-22 19:20:45 +0000
+++ b/src/dispextern.h  2014-09-23 16:07:23 +0000
@@ -3176,7 +3176,6 @@
 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 *,

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2014-09-22 19:20:45 +0000
+++ b/src/xdisp.c       2014-09-23 16:07:23 +0000
@@ -1144,7 +1144,7 @@
    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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]