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: Sat, 17 Jul 2004 10:56:26 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.459 emacs/src/buffer.c:1.460
*** emacs/src/buffer.c:1.459    Sun Jul 11 02:36:00 2004
--- emacs/src/buffer.c  Sat Jul 17 14:43:49 2004
***************
*** 5861,5867 ****
  
  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,
--- 5861,5870 ----
  
  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.
! During that following command, the value of `transient-mark-mode'
! is `identity'.  If it is still `identity' at the end of that command,
! it changes to nil.  */);
    Vtransient_mark_mode = Qnil;
  
    DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only,




reply via email to

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