From d8a3e89e23a24e823666818d1f34b5cba72cf3fc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 6 Mar 2011 00:15:49 -0800 Subject: [PATCH] * xdisp.c (update_window_cursor): Now static, since it's not used elsewhere. --- src/ChangeLog | 1 + src/xdisp.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 0ebc363f451..b67dd8bf797 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 (tiny change) diff --git a/src/xdisp.c b/src/xdisp.c index 818c4c36e52..3155116c48d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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 -- 2.39.5