Mercurial > emacs
comparison src/fringe.c @ 53966:26dc8943ee64
Lisp_Object/int mixup.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 16 Feb 2004 04:53:28 +0000 |
parents | 7d8c228c1f02 |
children | 2362f6a6a58a |
comparison
equal
deleted
inserted
replaced
53965:af02111da3e1 | 53966:26dc8943ee64 |
---|---|
1163 error ("Bad align argument"); | 1163 error ("Bad align argument"); |
1164 | 1164 |
1165 if (NILP (which)) | 1165 if (NILP (which)) |
1166 { | 1166 { |
1167 if (max_used_fringe_bitmap < MAX_FRINGE_BITMAPS) | 1167 if (max_used_fringe_bitmap < MAX_FRINGE_BITMAPS) |
1168 n = make_number (max_used_fringe_bitmap++); | 1168 n = max_used_fringe_bitmap++; |
1169 else | 1169 else |
1170 { | 1170 { |
1171 for (n = MAX_STANDARD_FRINGE_BITMAPS; | 1171 for (n = MAX_STANDARD_FRINGE_BITMAPS; |
1172 n < MAX_FRINGE_BITMAPS; | 1172 n < MAX_FRINGE_BITMAPS; |
1173 n++) | 1173 n++) |