X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/16a97296c05ec9d5bb4ffeae9dce90fc63f578ed..9306c32edb973b6c85ab32437332c18288528830:/src/indent.c diff --git a/src/indent.c b/src/indent.c index 84476e7bbd..5eab4f48f6 100644 --- a/src/indent.c +++ b/src/indent.c @@ -1044,7 +1044,7 @@ The return value is the current column. */) /* compute_motion: compute buffer posn given screen posn and vice versa */ -struct position val_compute_motion; +static struct position val_compute_motion; /* Scan the current buffer forward from offset FROM, pretending that 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. */) /* Fvertical_motion and vmotion */ -struct position val_vmotion; +static struct position val_vmotion; struct position * vmotion (register EMACS_INT from, register EMACS_INT vtarget, struct window *w)