aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2007-09-27 18:56:16 +0000
committerStefan Monnier2007-09-27 18:56:16 +0000
commit2bf3a0877833642d0d5486940cd4dc48d9ba5cd4 (patch)
treeb30c4e1e8155bb54d2e60a397f6dac7981faea92 /src
parent83155776d1ebb1e0560864638b8281dca9cfd203 (diff)
downloademacs-2bf3a0877833642d0d5486940cd4dc48d9ba5cd4.tar.gz
emacs-2bf3a0877833642d0d5486940cd4dc48d9ba5cd4.zip
(compute_motion): Typo in last change.
Diffstat (limited to 'src')
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
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;
1192struct position * 1192struct position *
1193compute_motion (from, fromvpos, fromhpos, did_motion, to, tovpos, tohpos, width, hscroll, tab_offset, win) 1193compute_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;