Mercurial > emacs
diff src/fringe.c @ 71834:bf40c8c83e7a
(Fdefine_fringe_bitmap): Cleanup wrong_type_argument use.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Wed, 12 Jul 2006 13:17:29 +0000 |
| parents | 0a57a8cfd0fa |
| children | e90d04cd455a b19aaf4ab0ee 8a8e69664178 |
line wrap: on
line diff
--- a/src/fringe.c Wed Jul 12 13:17:13 2006 +0000 +++ b/src/fringe.c Wed Jul 12 13:17:29 2006 +0000 @@ -1423,7 +1423,7 @@ else if (VECTORP (bits)) h = XVECTOR (bits)->size; else - bits = wrong_type_argument (Qsequencep, bits); + wrong_type_argument (Qsequencep, bits); if (NILP (height)) fb.height = h;
