(x_display_and_set_cursor): Fix typo.

This commit is contained in:
Juanma Barranquero 2002-03-04 08:32:49 +00:00
parent 0fda8eff1e
commit 9652402e78
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-03-04 Juanma Barranquero <lektu@terra.es>
* w32term.c (x_display_and_set_cursor): Fix typo.
2002-03-03 Richard M. Stallman <rms@gnu.org>
* fileio.c (Fmake_temp_name): Doc fix.

View file

@ -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);