# HG changeset patch # User Glenn Morris # Date 1204510560 0 # Node ID 3fb4cc86f03ec01f7af0be2ae6b51bf2e8e8dc33 # Parent 25ddc3869d3a999b32042caadba665b0de8954ad (transient-mark-mode): Don't turn on by default. diff -r 25ddc3869d3a -r 3fb4cc86f03e lisp/simple.el --- a/lisp/simple.el Mon Mar 03 02:12:51 2008 +0000 +++ b/lisp/simple.el Mon Mar 03 02:16:00 2008 +0000 @@ -3589,8 +3589,8 @@ 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