aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-03-23 22:52:20 +0000
committerChong Yidong2008-03-23 22:52:20 +0000
commit715043a5cbd4ed52843a0266079b19e5cf243fdf (patch)
tree6c8e93f3c8e0a313392d966b58716c326fed5baf
parent4bfee36172055fae57a4de2df0a0746f84ef6e85 (diff)
downloademacs-715043a5cbd4ed52843a0266079b19e5cf243fdf.tar.gz
emacs-715043a5cbd4ed52843a0266079b19e5cf243fdf.zip
(transient-mark-mode): Turn on by default.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 03a170cac3e..82c741f54fb 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3615,7 +3615,7 @@ Invoke \\[apropos-documentation] and type \"transient\" or
3615\"mark.*active\" at the prompt, to see the documentation of 3615\"mark.*active\" at the prompt, to see the documentation of
3616commands which are sensitive to the Transient Mark mode." 3616commands which are sensitive to the Transient Mark mode."
3617 :global t 3617 :global t
3618;;; :init-value (not noninteractive) 3618 :init-value (not noninteractive)
3619 :group 'editing-basics) 3619 :group 'editing-basics)
3620 3620
3621(defvar widen-automatically t 3621(defvar widen-automatically t