diff options
| author | Stefan Monnier | 2007-09-27 18:56:16 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-27 18:56:16 +0000 |
| commit | 2bf3a0877833642d0d5486940cd4dc48d9ba5cd4 (patch) | |
| tree | b30c4e1e8155bb54d2e60a397f6dac7981faea92 | |
| parent | 83155776d1ebb1e0560864638b8281dca9cfd203 (diff) | |
| download | emacs-2bf3a0877833642d0d5486940cd4dc48d9ba5cd4.tar.gz emacs-2bf3a0877833642d0d5486940cd4dc48d9ba5cd4.zip | |
(compute_motion): Typo in last change.
| -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; |