From: Juanma Barranquero Date: Mon, 4 Mar 2002 08:32:49 +0000 (+0000) Subject: (x_display_and_set_cursor): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~16348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9652402e782a27477210ea6e3ff51c7987bae0af;p=emacs.git (x_display_and_set_cursor): Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index e3ff17e6a8f..848d7a87319 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 d4a071e30a0..8cec1b34bd2 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);