aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indent.c b/src/indent.c
index 8732b2ca5cc..0bfe2e61ca6 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -1044,7 +1044,7 @@ The return value is the current column. */)
1044 1044
1045/* compute_motion: compute buffer posn given screen posn and vice versa */ 1045/* compute_motion: compute buffer posn given screen posn and vice versa */
1046 1046
1047struct position val_compute_motion; 1047static struct position val_compute_motion;
1048 1048
1049/* Scan the current buffer forward from offset FROM, pretending that 1049/* Scan the current buffer forward from offset FROM, pretending that
1050 this is at line FROMVPOS, column FROMHPOS, until reaching buffer 1050 this is at line FROMVPOS, column FROMHPOS, until reaching buffer
@@ -1818,7 +1818,7 @@ visible section of the buffer, and pass LINE and COL as TOPOS. */)
1818 1818
1819/* Fvertical_motion and vmotion */ 1819/* Fvertical_motion and vmotion */
1820 1820
1821struct position val_vmotion; 1821static struct position val_vmotion;
1822 1822
1823struct position * 1823struct position *
1824vmotion (register EMACS_INT from, register EMACS_INT vtarget, struct window *w) 1824vmotion (register EMACS_INT from, register EMACS_INT vtarget, struct window *w)