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 0470cbd2ff3..8ae136c9f75 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -5408,7 +5408,7 @@ back_to_previous_visible_line_start (it) | |||
| 5408 | { | 5408 | { |
| 5409 | struct it it2; | 5409 | struct it it2; |
| 5410 | int pos; | 5410 | int pos; |
| 5411 | int beg, end; | 5411 | EMACS_INT beg, end; |
| 5412 | Lisp_Object val, overlay; | 5412 | Lisp_Object val, overlay; |
| 5413 | 5413 | ||
| 5414 | /* If newline is part of a composition, continue from start of composition */ | 5414 | /* If newline is part of a composition, continue from start of composition */ |