]> git.eshelyaron.com Git - emacs.git/commitdiff
(move_it_in_display_line_to): Make type consistent with declaration.
authorDave Love <fx@gnu.org>
Mon, 13 Sep 1999 19:15:41 +0000 (19:15 +0000)
committerDave Love <fx@gnu.org>
Mon, 13 Sep 1999 19:15:41 +0000 (19:15 +0000)
src/xdisp.c

index e5ae821e8113c1ccac3d7fe896e9b401a1f6ab8c..3f4f1c098d0f75464c153c62c9c1e6defb2eb4db 100644 (file)
@@ -3974,7 +3974,7 @@ run_redisplay_end_trigger_hook (it)
      - when we stopped at a line end, i.e. a newline or a CR and selective
      display is on.  */
 
-enum move_it_result
+static enum move_it_result
 move_it_in_display_line_to (it, to_charpos, to_x, op)
      struct it *it;
      int to_charpos, to_x, op;