From: Stefan Monnier Date: Thu, 27 Sep 2007 18:56:16 +0000 (+0000) Subject: (compute_motion): Typo in last change. X-Git-Tag: emacs-pretest-23.0.90~10598 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2bf3a0877833642d0d5486940cd4dc48d9ba5cd4;p=emacs.git (compute_motion): Typo in last change. --- 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; 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;