1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

(compute_motion): Typo in last change.

This commit is contained in:
Stefan Monnier 2007-09-27 18:56:16 +00:00
parent 83155776d1
commit 2bf3a08778

View file

@ -1192,7 +1192,7 @@ struct position val_compute_motion;
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;