Mercurial > emacs
changeset 84952:fd8f746ce48f
(compute_motion): Typo in last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 27 Sep 2007 18:56:16 +0000 |
parents | 55a892948dea |
children | 0440e26f0af7 |
files | src/indent.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/indent.c Thu Sep 27 18:49:57 2007 +0000 +++ b/src/indent.c Thu Sep 27 18:56:16 2007 +0000 @@ -1192,7 +1192,7 @@ struct position * compute_motion (from, fromvpos, fromhpos, did_motion, to, tovpos, tohpos, width, hscroll, tab_offset, win) EMACS_INT from, fromvpos, fromhpos, to, tovpos, tohpos; - EMACS_INT did_motion; + int did_motion; EMACS_INT width; EMACS_INT hscroll, tab_offset; struct window *win;