diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c index fb7ff5ab550..16ae54c1347 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -1192,7 +1192,7 @@ struct position val_compute_motion; | |||
| 1192 | struct position * | 1192 | struct position * |
| 1193 | compute_motion (from, fromvpos, fromhpos, did_motion, to, tovpos, tohpos, width, hscroll, tab_offset, win) | 1193 | compute_motion (from, fromvpos, fromhpos, did_motion, to, tovpos, tohpos, width, hscroll, tab_offset, win) |
| 1194 | EMACS_INT from, fromvpos, fromhpos, to, tovpos, tohpos; | 1194 | EMACS_INT from, fromvpos, fromhpos, to, tovpos, tohpos; |
| 1195 | EMACS_INT did_motion; | 1195 | int did_motion; |
| 1196 | EMACS_INT width; | 1196 | EMACS_INT width; |
| 1197 | EMACS_INT hscroll, tab_offset; | 1197 | EMACS_INT hscroll, tab_offset; |
| 1198 | struct window *win; | 1198 | struct window *win; |