]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_display_and_set_cursor): Fix w32 compilation error.
authorSam Steingold <sds@gnu.org>
Mon, 5 Nov 2001 15:02:13 +0000 (15:02 +0000)
committerSam Steingold <sds@gnu.org>
Mon, 5 Nov 2001 15:02:13 +0000 (15:02 +0000)
src/ChangeLog
src/w32term.c

index 4b65a631218137948833b865300e92920a9713a2..ba2fa496cde71873391cf4faccbfca9f2565c255 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-05  Sam Steingold  <sds@gnu.org>
+
+       * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
+
 2001-11-05  Andreas Schwab  <schwab@suse.de>
 
        * sound.c (sound_perror): Save errno from being clobbered.
 
        * buffer.c (Fbuffer_local_value): New function.
        (syms_of_buffer): defsubr it.
-       
+
        * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
        value of `cursor-in-non-selected-windows'.
 
        * lisp.h (Qcursor_in_non_selected_windows): New declaration.
        * xdisp.c (Qcursor_in_non_selected_windows): New variable.
        (syms_of_xdisp): Initialize it.
-       
+
 2001-11-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xfns.c (Fx_create_frame): Doc fix.
 
        * xterm.c (x_after_update_window_line): Clear internal border
        in different circumstances.
-       
+
        * xterm.c (XTread_socket) <KeyPress>: Don't use
        STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
        <handa@etl.go.jp>.
 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
 
        * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
-       
+
        * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
        a loop counter.
 
        * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
        keyword].
        Fix typos in comments.
-       
+
        * emacs.c (bug_reporting_address): New function.
        Use it when displaying usage message.
 
index b9d1a1e9317282c195e4ec7bb71c253715089575..7a5185820a1e11e1902396e2bc27b8844cfb96b9 100644 (file)
@@ -9530,7 +9530,7 @@ x_display_and_set_cursor (w, on, hpos, vpos, x, y)
      marked off, draw no cursor.  In all other cases, we want a hollow
      box cursor.  */
   cursor_non_selected 
-    = !NILP (Fbuffer_local_value (Qcursor_in_non_selected_windows
+    = !NILP (Fbuffer_local_value (Qcursor_in_non_selected_windows,
                                  w->buffer));
   new_cursor_width = -1;
   if (cursor_in_echo_area