aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2007-06-05 00:20:05 +0000
committerChong Yidong2007-06-05 00:20:05 +0000
commit8efbeeab9d01c983a10c6dc17761c5b77dfa1278 (patch)
treedf66a7d238b135d48f27a1435e0086061da13279 /src
parent543d144825241e3b2dabae57b1fe87ba554f9c51 (diff)
downloademacs-8efbeeab9d01c983a10c6dc17761c5b77dfa1278.tar.gz
emacs-8efbeeab9d01c983a10c6dc17761c5b77dfa1278.zip
(next_element_from_buffer): Delete stray semicolon.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
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)
6269 it->c = *p, it->len = 1; 6269 it->c = *p, it->len = 1;
6270 6270
6271 /* Record what we have and where it came from. */ 6271 /* Record what we have and where it came from. */
6272 it->what = IT_CHARACTER;; 6272 it->what = IT_CHARACTER;
6273 it->object = it->w->buffer; 6273 it->object = it->w->buffer;
6274 it->position = it->current.pos; 6274 it->position = it->current.pos;
6275 6275