# HG changeset patch # User Richard M. Stallman # Date 768022118 0 # Node ID 7ad4cc8f0a92e56c76bc630be839503727876356 # Parent cd81dba38a492417e99b2a93091857104f62da4e (x_set_cursor_color): Fix typo. diff -r cd81dba38a49 -r 7ad4cc8f0a92 src/xfns.c --- a/src/xfns.c Wed May 04 02:41:09 1994 +0000 +++ b/src/xfns.c Wed May 04 03:28:38 1994 +0000 @@ -842,7 +842,7 @@ /* Make sure that the cursor color differs from the background color. */ if (f->display.x->cursor_pixel == f->display.x->background_pixel) { - f->display.x->cursor_pixel == f->display.x->mouse_pixel; + f->display.x->cursor_pixel = f->display.x->mouse_pixel; if (f->display.x->cursor_pixel == fore_pixel) fore_pixel = f->display.x->background_pixel; }