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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c [emacs-unicode-2]
Date: Fri, 23 Jul 2004 00:42:02 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.435.2.4 emacs/src/buffer.c:1.435.2.5
*** emacs/src/buffer.c:1.435.2.4        Sun Jul 11 22:08:02 2004
--- emacs/src/buffer.c  Fri Jul 23 04:30:41 2004
***************
*** 5877,5883 ****
  
  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,
--- 5877,5886 ----
  
  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]