]> git.eshelyaron.com Git - emacs.git/commitdiff
(transient-mark-mode): Don't turn on by default.
authorGlenn Morris <rgm@gnu.org>
Mon, 3 Mar 2008 02:16:29 +0000 (02:16 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 3 Mar 2008 02:16:29 +0000 (02:16 +0000)
lisp/ChangeLog
lisp/simple.el

index a5a4ce7dcb524f589602b8c69f06adf36ef4196a..5f0fe54217b8b1cac5c64f5d0a3e6430c37c5363 100644 (file)
@@ -1,5 +1,7 @@
 2008-03-03  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
 
index 53343dad2b52501038098b240409be4ece895df5..d9474b39a224f39a450b0e6a25e10aad0f718e8f 100644 (file)
@@ -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