diff options
| author | Pavel Janík | 2002-04-14 08:16:33 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-14 08:16:33 +0000 |
| commit | 521069b95b128be7c01270dfb9d52ff2af8a2c27 (patch) | |
| tree | de852cfd36040a3f6e09b08d97b19f2d6c270689 /src | |
| parent | e8142159821f054d0c5b87f4160b830525f77296 (diff) | |
| download | emacs-521069b95b128be7c01270dfb9d52ff2af8a2c27.tar.gz emacs-521069b95b128be7c01270dfb9d52ff2af8a2c27.zip | |
(marginal_area_string): Sort arguments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 8217dec33aa..be075171c44 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -5762,8 +5762,8 @@ Lisp_Object | |||
| 5762 | marginal_area_string (w, x, y, area, charpos) | 5762 | marginal_area_string (w, x, y, area, charpos) |
| 5763 | struct window *w; | 5763 | struct window *w; |
| 5764 | int x, y; | 5764 | int x, y; |
| 5765 | int *charpos; | ||
| 5766 | int area; | 5765 | int area; |
| 5766 | int *charpos; | ||
| 5767 | { | 5767 | { |
| 5768 | struct glyph_row *row = w->current_matrix->rows; | 5768 | struct glyph_row *row = w->current_matrix->rows; |
| 5769 | struct glyph *glyph, *end; | 5769 | struct glyph *glyph, *end; |