diff options
| author | Richard M. Stallman | 1994-05-04 03:28:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-04 03:28:38 +0000 |
| commit | 5fd2229822c2dda0a03b7694a38c4ab52c5294d8 (patch) | |
| tree | e40864aee21613bf3175e4c004da933fb3b9826d /src | |
| parent | 3a22ee3595841a85186c367d0cfdc09553ad22f8 (diff) | |
| download | emacs-5fd2229822c2dda0a03b7694a38c4ab52c5294d8.tar.gz emacs-5fd2229822c2dda0a03b7694a38c4ab52c5294d8.zip | |
(x_set_cursor_color): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index f388423927a..79a2b2b347d 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -842,7 +842,7 @@ x_set_cursor_color (f, arg, oldval) | |||
| 842 | /* Make sure that the cursor color differs from the background color. */ | 842 | /* Make sure that the cursor color differs from the background color. */ |
| 843 | if (f->display.x->cursor_pixel == f->display.x->background_pixel) | 843 | if (f->display.x->cursor_pixel == f->display.x->background_pixel) |
| 844 | { | 844 | { |
| 845 | f->display.x->cursor_pixel == f->display.x->mouse_pixel; | 845 | f->display.x->cursor_pixel = f->display.x->mouse_pixel; |
| 846 | if (f->display.x->cursor_pixel == fore_pixel) | 846 | if (f->display.x->cursor_pixel == fore_pixel) |
| 847 | fore_pixel = f->display.x->background_pixel; | 847 | fore_pixel = f->display.x->background_pixel; |
| 848 | } | 848 | } |