diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
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 | ||