/[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.388.2.13 by miles, Tue Jul 6 09:23:52 2004 UTC revision 1.388.2.14 by miles, Tue Jul 6 10:17:19 2004 UTC
# Line 5437  nil here means use current buffer's majo Line 5437  nil here means use current buffer's majo
5437    DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column,    DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column,
5438                       make_number (Lisp_Int),                       make_number (Lisp_Int),
5439                       doc: /* *Column beyond which automatic line-wrapping should happen.                       doc: /* *Column beyond which automatic line-wrapping should happen.
5440  Interactively, you can set this using \\[set-fill-column].  */);  Interactively, you can set the buffer local value using \\[set-fill-column].  */);
5441    
5442    DEFVAR_PER_BUFFER ("left-margin", &current_buffer->left_margin,    DEFVAR_PER_BUFFER ("left-margin", &current_buffer->left_margin,
5443                       make_number (Lisp_Int),                       make_number (Lisp_Int),
# Line 5847  If the buffer has never been shown in a Line 5847  If the buffer has never been shown in a
5847                 doc: /* *Non-nil means deactivate the mark when the buffer contents change.                 doc: /* *Non-nil means deactivate the mark when the buffer contents change.
5848  Non-nil also enables highlighting of the region whenever the mark is active.  Non-nil also enables highlighting of the region whenever the mark is active.
5849  The variable `highlight-nonselected-windows' controls whether to highlight  The variable `highlight-nonselected-windows' controls whether to highlight
5850  all windows or just the selected window.  */);  all windows or just the selected window.
5851    
5852    If the value is `lambda', that enables Transient Mark mode temporarily
5853    until the next buffer modification.  If a command sets the value to `only',
5854    that enables Transient Mark mode for the following command only.  */);
5855    Vtransient_mark_mode = Qnil;    Vtransient_mark_mode = Qnil;
5856    
5857    DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only,    DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only,

Legend:
Removed from v.1.388.2.13  
changed lines
  Added in v.1.388.2.14

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