diff lisp/simple.el @ 91911:07b62dd00afa

* simple.el (transient-mark-mode): Add an :init-value. * startup.el (command-line): Use custom-reevaluate-setting for transient-mark-mode. * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive with Qt.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 17 Feb 2008 16:57:44 +0000
parents 14206a515e37
children 99e2bfb053c7
line wrap: on
line diff
--- a/lisp/simple.el	Sun Feb 17 02:05:08 2008 +0000
+++ b/lisp/simple.el	Sun Feb 17 16:57:44 2008 +0000
@@ -3586,7 +3586,9 @@
 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 :group 'editing-basics)
+  :global t 
+  :init-value (not noninteractive)
+  :group 'editing-basics)
 
 (defvar widen-automatically t
   "Non-nil means it is ok for commands to call `widen' when they want to.