/[emacs]/emacs/src/buffer.c
ViewVC logotype

Diff of /emacs/src/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.477 by rms, Sun Apr 10 23:22:38 2005 UTC revision 1.478 by rms, Mon May 2 17:10:08 2005 UTC
# Line 5068  init_buffer_once () Line 5068  init_buffer_once ()
5068    XSETFASTINT (buffer_local_flags.header_line_format, idx); ++idx;    XSETFASTINT (buffer_local_flags.header_line_format, idx); ++idx;
5069    XSETFASTINT (buffer_local_flags.cursor_type, idx); ++idx;    XSETFASTINT (buffer_local_flags.cursor_type, idx); ++idx;
5070    XSETFASTINT (buffer_local_flags.extra_line_spacing, idx); ++idx;    XSETFASTINT (buffer_local_flags.extra_line_spacing, idx); ++idx;
5071      XSETFASTINT (buffer_local_flags.cursor_in_non_selected_windows, idx); ++idx;
5072    
5073    /* Need more room? */    /* Need more room? */
5074    if (idx >= MAX_PER_BUFFER_VARS)    if (idx >= MAX_PER_BUFFER_VARS)
# Line 5938  The space is measured in pixels, and put Line 5939  The space is measured in pixels, and put
5939  If value is a floating point number, it specifies the spacing relative  If value is a floating point number, it specifies the spacing relative
5940  to the default frame line height.  */);  to the default frame line height.  */);
5941    
5942      DEFVAR_PER_BUFFER ("cursor-in-non-selected-windows",
5943                         &current_buffer->cursor_in_non_selected_windows, Qt,
5944        doc: /* *Cursor type to display in non-selected windows.
5945    t means to use hollow box cursor.  See `cursor-type' for other values.  */);
5946    
5947    DEFVAR_LISP ("kill-buffer-query-functions", &Vkill_buffer_query_functions,    DEFVAR_LISP ("kill-buffer-query-functions", &Vkill_buffer_query_functions,
5948                 doc: /* List of functions called with no args to query before killing a buffer.  */);                 doc: /* List of functions called with no args to query before killing a buffer.  */);
5949    Vkill_buffer_query_functions = Qnil;    Vkill_buffer_query_functions = Qnil;

Legend:
Removed from v.1.477  
changed lines
  Added in v.1.478

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26