]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo.
authorGerd Moellmann <gerd@gnu.org>
Wed, 18 Jul 2001 10:40:57 +0000 (10:40 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 18 Jul 2001 10:40:57 +0000 (10:40 +0000)
src/xterm.c

index 7061d549607bab6c68ee8940a0c5e7f7cbc9e81a..d291898c3e8890ad5eb95be4046b1ef44e6812f8 100644 (file)
@@ -11198,7 +11198,7 @@ x_erase_phys_cursor (w)
       if (cursor_glyph == NULL)
        goto mark_cursor_off;
 
-      x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x),
+      x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x);
       
       x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
                    x,