aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-18 10:40:57 +0000
committerGerd Moellmann2001-07-18 10:40:57 +0000
commite0300d338fd65acf7956c008cac6866196590797 (patch)
tree59f3762656fdfc48c721dabfdf52aad57dabce86 /src
parent381194d0843c4c9a2a8a899e3db14c383e0eeefa (diff)
downloademacs-e0300d338fd65acf7956c008cac6866196590797.tar.gz
emacs-e0300d338fd65acf7956c008cac6866196590797.zip
Fix a typo.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 7061d549607..d291898c3e8 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -11198,7 +11198,7 @@ x_erase_phys_cursor (w)
11198 if (cursor_glyph == NULL) 11198 if (cursor_glyph == NULL)
11199 goto mark_cursor_off; 11199 goto mark_cursor_off;
11200 11200
11201 x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x), 11201 x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x);
11202 11202
11203 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), 11203 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
11204 x, 11204 x,