]> git.eshelyaron.com Git - emacs.git/commitdiff
(next_element_from_buffer): Delete stray semicolon.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:20:05 +0000 (00:20 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:20:05 +0000 (00:20 +0000)
src/xdisp.c

index 156dc1aec6c83783e36feedc99a27c2689e03a15..f2c6b1b6b129ce65f392099d8ad34d1ddcf40085 100644 (file)
@@ -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;