]> code.delx.au - gnu-emacs/commitdiff
* indent.c (val_compute_motion, val_vmotion): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 00:42:10 +0000 (17:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 00:42:10 +0000 (17:42 -0700)
src/ChangeLog
src/indent.c

index 1ede517243fc5ededf5f4007dff143ce6a79bed1..c11fd18714e3d68f8682ace0238addf69699ad8e 100644 (file)
@@ -1,5 +1,7 @@
 2011-04-13  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * indent.c (val_compute_motion, val_vmotion): Now static.
+
        * image.c: Make symbols static if they're not exported.
        * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
        if USE_GTK.
index 84476e7bbdbb61d94ff8a5e7bc2e0b9c182cb63a..5eab4f48f69fa473fbb03062a833628207bec781 100644 (file)
@@ -1044,7 +1044,7 @@ The return value is the current column.  */)
 \f
 /* 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.  */)
 \f
 /* 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)