emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Mon, 07 Nov 2005 06:55:21 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1066 emacs/src/xdisp.c:1.1067
*** emacs/src/xdisp.c:1.1066    Fri Nov  4 10:14:54 2005
--- emacs/src/xdisp.c   Mon Nov  7 11:55:20 2005
***************
*** 20797,20803 ****
    /* Use cursor-in-non-selected-windows for non-selected window or frame.  */
    if (non_selected)
      {
!       alt_cursor = XBUFFER (w->buffer)->cursor_in_non_selected_windows;
        return get_specified_cursor_type (alt_cursor, width);
      }
  
--- 20797,20803 ----
    /* Use cursor-in-non-selected-windows for non-selected window or frame.  */
    if (non_selected)
      {
!       alt_cursor = b->cursor_in_non_selected_windows;
        return get_specified_cursor_type (alt_cursor, width);
      }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]