changeset 93169:48813a8a9a5b

(transient-mark-mode): Turn on by default.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 23 Mar 2008 22:52:20 +0000
parents 9d8a2b278ade
children 2f6232eb146f
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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