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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c [lexbind]
Date: Tue, 06 Jul 2004 06:27:24 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.388.2.13 emacs/src/buffer.c:1.388.2.14
*** emacs/src/buffer.c:1.388.2.13       Tue Jul  6 09:23:52 2004
--- emacs/src/buffer.c  Tue Jul  6 10:17:19 2004
***************
*** 5437,5443 ****
    DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column,
                     make_number (Lisp_Int),
                     doc: /* *Column beyond which automatic line-wrapping 
should happen.
! Interactively, you can set this using \\[set-fill-column].  */);
  
    DEFVAR_PER_BUFFER ("left-margin", &current_buffer->left_margin,
                     make_number (Lisp_Int),
--- 5437,5443 ----
    DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column,
                     make_number (Lisp_Int),
                     doc: /* *Column beyond which automatic line-wrapping 
should happen.
! Interactively, you can set the buffer local value using \\[set-fill-column].  
*/);
  
    DEFVAR_PER_BUFFER ("left-margin", &current_buffer->left_margin,
                     make_number (Lisp_Int),
***************
*** 5847,5853 ****
               doc: /* *Non-nil means deactivate the mark when the buffer 
contents change.
  Non-nil also enables highlighting of the region whenever the mark is active.
  The variable `highlight-nonselected-windows' controls whether to highlight
! all windows or just the selected window.  */);
    Vtransient_mark_mode = Qnil;
  
    DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only,
--- 5847,5857 ----
               doc: /* *Non-nil means deactivate the mark when the buffer 
contents change.
  Non-nil also enables highlighting of the region whenever the mark is active.
  The variable `highlight-nonselected-windows' controls whether to highlight
! all windows or just the selected window.
! 
! If the value is `lambda', that enables Transient Mark mode temporarily
! until the next buffer modification.  If a command sets the value to `only',
! that enables Transient Mark mode for the following command only.  */);
    Vtransient_mark_mode = Qnil;
  
    DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only,




reply via email to

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