From: Juanma Barranquero Date: Mon, 4 Mar 2002 08:32:49 +0000 (+0000) Subject: (x_display_and_set_cursor): Fix typo. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/9652402e782a27477210ea6e3ff51c7987bae0af (x_display_and_set_cursor): Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index e3ff17e6a8..848d7a8731 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-04 Juanma Barranquero + + * w32term.c (x_display_and_set_cursor): Fix typo. + 2002-03-03 Richard M. Stallman * fileio.c (Fmake_temp_name): Doc fix. diff --git a/src/w32term.c b/src/w32term.c index d4a071e30a..8cec1b34bd 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -9787,7 +9787,7 @@ x_display_and_set_cursor (w, on, hpos, vpos, x, y) && (!on || w->phys_cursor.x != x || w->phys_cursor.y != y - || new_cursor_type != w->phys_cursor_type) + || new_cursor_type != w->phys_cursor_type || (new_cursor_type == BAR_CURSOR && new_cursor_width != w->phys_cursor_width))) x_erase_phys_cursor (w);