* xdisp.c (update_window_cursor): Now static, since it's not used elsewhere.

This commit is contained in:
Paul Eggert
2011-03-06 00:15:49 -08:00
parent 841081e175
commit d8a3e89e23
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
* xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.
(produce_glyphless_glyph): Make a pointer "const"
since it might point to immutable storage.
(update_window_cursor): Now static, since it's not used elsewhere.
2011-03-06 Michael Shields <shields@msrl.com> (tiny change)

View File

@@ -23789,7 +23789,7 @@ display_and_set_cursor (struct window *w, int on,
/* Switch the display of W's cursor on or off, according to the value
of ON. */
void
static void
update_window_cursor (struct window *w, int on)
{
/* Don't update cursor in windows whose frame is in the process