]> git.eshelyaron.com Git - emacs.git/commitdiff
(transient-mark-mode): Turn on by default.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 23 Mar 2008 22:52:20 +0000 (22:52 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 23 Mar 2008 22:52:20 +0000 (22:52 +0000)
lisp/simple.el

index 03a170cac3ec855b19e3ac4053fe629049b4a132..82c741f54fbd2dba6cdec0e5783f41c6b1b1a02a 100644 (file)
@@ -3615,7 +3615,7 @@ 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)
+  :init-value (not noninteractive)
   :group 'editing-basics)
 
 (defvar widen-automatically t