comparison src/indent.c @ 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 8b61a2e5e365 bdb3fe0ba9fa
comparison
equal deleted inserted replaced
84951:55a892948dea 84952:fd8f746ce48f
1190 the scroll bars if they are turned on. */ 1190 the scroll bars if they are turned on. */
1191 1191
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;
1199 { 1199 {
1200 register EMACS_INT hpos = fromhpos; 1200 register EMACS_INT hpos = fromhpos;