From 43d16385afa36000b75162666dd3b21d363d12c5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 3 Mar 2008 02:16:29 +0000 Subject: [PATCH] (transient-mark-mode): Don't turn on by default. --- lisp/ChangeLog | 2 ++ lisp/simple.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a5a4ce7dcb5..5f0fe54217b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-03-03 Glenn Morris + * simple.el (transient-mark-mode): Don't turn on by default. + * net/tls.el (open-tls-stream): Restore the 2007-11-04 change accidentally removed by the 2007-12-05 merge from Gnus. diff --git a/lisp/simple.el b/lisp/simple.el index 53343dad2b5..d9474b39a22 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3589,8 +3589,8 @@ default part of the buffer's text. Examples of such commands include Invoke \\[apropos-documentation] and type \"transient\" or \"mark.*active\" at the prompt, to see the documentation of commands which are sensitive to the Transient Mark mode." - :global t - :init-value (not noninteractive) + :global t +;;; :init-value (not noninteractive) :group 'editing-basics) (defvar widen-automatically t -- 2.11.4.GIT