Mercurial > emacs
changeset 92417:3fb4cc86f03e
(transient-mark-mode): Don't turn on by default.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 03 Mar 2008 02:16:00 +0000 |
parents | 25ddc3869d3a |
children | ad8007895a24 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Mon Mar 03 02:12:51 2008 +0000 +++ b/lisp/simple.el Mon Mar 03 02:16:00 2008 +0000 @@ -3589,8 +3589,8 @@ 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) + :global t +;;; :init-value (not noninteractive) :group 'editing-basics) (defvar widen-automatically t