# HG changeset patch # User Chong Yidong # Date 1206312740 0 # Node ID 48813a8a9a5bdd28043b39934cd49f7decd878bc # Parent 9d8a2b278adea8a478bf00ad9fdc0bce85e3f763 (transient-mark-mode): Turn on by default. diff -r 9d8a2b278ade -r 48813a8a9a5b lisp/simple.el --- a/lisp/simple.el Sun Mar 23 22:51:59 2008 +0000 +++ b/lisp/simple.el Sun Mar 23 22:52:20 2008 +0000 @@ -3615,7 +3615,7 @@ \"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) + :init-value (not noninteractive) :group 'editing-basics) (defvar widen-automatically t