aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2002-03-04 08:32:49 +0000
committerJuanma Barranquero2002-03-04 08:32:49 +0000
commit9652402e782a27477210ea6e3ff51c7987bae0af (patch)
tree83ddf8e8d1e556283428f1ebe3935c86fbf545fa /src
parent0fda8eff1e659876b27c4748d979fa4a192e05d8 (diff)
downloademacs-9652402e782a27477210ea6e3ff51c7987bae0af.tar.gz
emacs-9652402e782a27477210ea6e3ff51c7987bae0af.zip
(x_display_and_set_cursor): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/w32term.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e3ff17e6a8f..848d7a87319 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-03-04 Juanma Barranquero <lektu@terra.es>
2
3 * w32term.c (x_display_and_set_cursor): Fix typo.
4
12002-03-03 Richard M. Stallman <rms@gnu.org> 52002-03-03 Richard M. Stallman <rms@gnu.org>
2 6
3 * fileio.c (Fmake_temp_name): Doc fix. 7 * 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)
9787 && (!on 9787 && (!on
9788 || w->phys_cursor.x != x 9788 || w->phys_cursor.x != x
9789 || w->phys_cursor.y != y 9789 || w->phys_cursor.y != y
9790 || new_cursor_type != w->phys_cursor_type) 9790 || new_cursor_type != w->phys_cursor_type
9791 || (new_cursor_type == BAR_CURSOR 9791 || (new_cursor_type == BAR_CURSOR
9792 && new_cursor_width != w->phys_cursor_width))) 9792 && new_cursor_width != w->phys_cursor_width)))
9793 x_erase_phys_cursor (w); 9793 x_erase_phys_cursor (w);