From 715043a5cbd4ed52843a0266079b19e5cf243fdf Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 23 Mar 2008 22:52:20 +0000 Subject: [PATCH] (transient-mark-mode): Turn on by default. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2