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.
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