]> code.delx.au - gnu-emacs/commitdiff
(x_display_and_set_cursor): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Mar 2002 08:32:49 +0000 (08:32 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Mar 2002 08:32:49 +0000 (08:32 +0000)
src/ChangeLog
src/w32term.c

index e3ff17e6a8ff70cd8ba3476bc566c5524ba682ed..848d7a87319a6eed50568456a4c6de0a7a4b2913 100644 (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.
index d4a071e30a070d1fa2afdd384433901562defddc..8cec1b34bd2e4544265c1617bb2e5703c7bd579a 100644 (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);