Index: emacs/src/buffer.h
diff -c emacs/src/buffer.h:1.100 emacs/src/buffer.h:1.101
*** emacs/src/buffer.h:1.100    Wed Sep  8 02:21:45 2004
--- emacs/src/buffer.h  Mon May  2 17:09:13 2005
***************
*** 761,766 ****
--- 761,771 ----
    /* An integer > 0 means put that number of pixels below text lines
       in the display of this buffer.  */
    Lisp_Object extra_line_spacing;
+ 
+   /* *Cursor type to display in non-selected windows.
+      t means to use hollow box cursor.
+      See `cursor-type' for other values.  */
+   Lisp_Object cursor_in_non_selected_windows;
  };
  
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to