From: Chong Yidong Date: Sun, 23 Mar 2008 22:52:20 +0000 (+0000) Subject: (transient-mark-mode): Turn on by default. X-Git-Tag: emacs-pretest-23.0.90~6969 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=715043a5cbd4ed52843a0266079b19e5cf243fdf;p=emacs.git (transient-mark-mode): Turn on by default. --- 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 \"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