From: Glenn Morris Date: Mon, 3 Mar 2008 02:16:29 +0000 (+0000) Subject: (transient-mark-mode): Don't turn on by default. X-Git-Tag: emacs-pretest-23.0.90~7508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43d16385afa36000b75162666dd3b21d363d12c5;p=emacs.git (transient-mark-mode): Don't turn on by default. --- 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