/[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.457 by teirllm, Wed Jun 16 22:33:52 2004 UTC revision 1.458 by rms, Mon Jun 21 03:20:20 2004 UTC
# 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.457  
changed lines
  Added in v.1.458

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