(marginal_area_string): Sort arguments.
This commit is contained in:
parent
e814215982
commit
521069b95b
1 changed files with 1 additions and 1 deletions
|
@ -5762,8 +5762,8 @@ Lisp_Object
|
|||
marginal_area_string (w, x, y, area, charpos)
|
||||
struct window *w;
|
||||
int x, y;
|
||||
int *charpos;
|
||||
int area;
|
||||
int *charpos;
|
||||
{
|
||||
struct glyph_row *row = w->current_matrix->rows;
|
||||
struct glyph *glyph, *end;
|
||||
|
|
Loading…
Add table
Reference in a new issue