From: Chong Yidong Date: Tue, 5 Jun 2007 00:20:05 +0000 (+0000) Subject: (next_element_from_buffer): Delete stray semicolon. X-Git-Tag: emacs-pretest-22.1.90~1436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8efbeeab9d01c983a10c6dc17761c5b77dfa1278;p=emacs.git (next_element_from_buffer): Delete stray semicolon. --- diff --git a/src/xdisp.c b/src/xdisp.c index 156dc1aec6c..f2c6b1b6b12 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -6269,7 +6269,7 @@ next_element_from_buffer (it) 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;