emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Mon, 02 May 2005 13:10:08 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.477 emacs/src/buffer.c:1.478
*** emacs/src/buffer.c:1.477    Sun Apr 10 23:22:38 2005
--- emacs/src/buffer.c  Mon May  2 17:10:08 2005
***************
*** 5068,5073 ****
--- 5068,5074 ----
    XSETFASTINT (buffer_local_flags.header_line_format, idx); ++idx;
    XSETFASTINT (buffer_local_flags.cursor_type, idx); ++idx;
    XSETFASTINT (buffer_local_flags.extra_line_spacing, idx); ++idx;
+   XSETFASTINT (buffer_local_flags.cursor_in_non_selected_windows, idx); ++idx;
  
    /* Need more room? */
    if (idx >= MAX_PER_BUFFER_VARS)
***************
*** 5938,5943 ****
--- 5939,5949 ----
  If value is a floating point number, it specifies the spacing relative
  to the default frame line height.  */);
  
+   DEFVAR_PER_BUFFER ("cursor-in-non-selected-windows",
+                    &current_buffer->cursor_in_non_selected_windows, Qt,
+     doc: /* *Cursor type to display in non-selected windows.
+ t means to use hollow box cursor.  See `cursor-type' for other values.  */);
+ 
    DEFVAR_LISP ("kill-buffer-query-functions", &Vkill_buffer_query_functions,
               doc: /* List of functions called with no args to query before 
killing a buffer.  */);
    Vkill_buffer_query_functions = Qnil;




reply via email to

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