1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* 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.
This commit is contained in:
Dan Nicolaescu 2008-02-17 16:57:44 +00:00
parent 43c0454d44
commit a2b84f35b3
6 changed files with 19 additions and 2 deletions

View file

@ -3586,7 +3586,9 @@ default part of the buffer's text. Examples of such commands include
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.