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:
parent
83155776d1
commit
2bf3a08778
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue