Mercurial > emacs
changeset 106028:11d369ec41c4
(set-mark-default-inactive): Add :type, :group
and :version. (Bug#4876)
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 15 Nov 2009 15:32:15 +0000 |
parents | bfb60d93cde2 |
children | d749d487704e |
files | lisp/ChangeLog lisp/simple.el |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 15 13:52:37 2009 +0000 +++ b/lisp/ChangeLog Sun Nov 15 15:32:15 2009 +0000 @@ -1,3 +1,8 @@ +2009-11-15 Juri Linkov <juri@jurta.org> + + * simple.el (set-mark-default-inactive): Add :type, :group + and :version. (Bug#4876) + 2009-11-15 Michael Albinus <michael.albinus@gmx.de> * arc-mode.el (archive-maybe-copy): Move creation of directory ...
--- a/lisp/simple.el Sun Nov 15 13:52:37 2009 +0000 +++ b/lisp/simple.el Sun Nov 15 15:32:15 2009 +0000 @@ -3705,7 +3705,10 @@ (defcustom set-mark-default-inactive nil "If non-nil, setting the mark does not activate it. This causes \\[set-mark-command] and \\[exchange-point-and-mark] to -behave the same whether or not `transient-mark-mode' is enabled.") +behave the same whether or not `transient-mark-mode' is enabled." + :type 'boolean + :group 'editing-basics + :version "23.1") (defun set-mark-command (arg) "Set the mark where point is, or jump to the mark.