# HG changeset patch # User Chong Yidong # Date 1181002805 0 # Node ID ab7bb776baf97a96da4f2e5f157a3d1fb28c4a6e # Parent 9a64509cb35408ce578fb3ff2a0205e8568c6bde (next_element_from_buffer): Delete stray semicolon. diff -r 9a64509cb354 -r ab7bb776baf9 src/xdisp.c --- a/src/xdisp.c Tue Jun 05 00:19:05 2007 +0000 +++ b/src/xdisp.c Tue Jun 05 00:20:05 2007 +0000 @@ -6269,7 +6269,7 @@ it->c = *p, it->len = 1; /* Record what we have and where it came from. */ - it->what = IT_CHARACTER;; + it->what = IT_CHARACTER; it->object = it->w->buffer; it->position = it->current.pos;