Mercurial > emacs
changeset 44580:79c7463828d6
(marginal_area_string): Sort arguments.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 14 Apr 2002 08:16:33 +0000 |
parents | 7483d99252ad |
children | ab6889b1c705 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Sun Apr 14 08:15:43 2002 +0000 +++ b/src/dispnew.c Sun Apr 14 08:16:33 2002 +0000 @@ -5762,8 +5762,8 @@ marginal_area_string (w, x, y, area, charpos) struct window *w; int x, y; + int area; int *charpos; - int area; { struct glyph_row *row = w->current_matrix->rows; struct glyph *glyph, *end;