(compute_motion): Typo in last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Sep 2007 18:56:16 +0000 (18:56 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Sep 2007 18:56:16 +0000 (18:56 +0000)
src/indent.c

index fb7ff5a..16ae54c 100644 (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;