From: Juri Linkov Date: Sun, 15 Nov 2009 15:32:15 +0000 (+0000) Subject: (set-mark-default-inactive): Add :type, :group X-Git-Tag: emacs-pretest-23.1.90~420 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0fc10137930b5fc2f58dad185606257c37aa0d00;p=emacs.git (set-mark-default-inactive): Add :type, :group and :version. (Bug#4876) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1a538d6b1e..94f0f388743 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-11-15 Juri Linkov + + * simple.el (set-mark-default-inactive): Add :type, :group + and :version. (Bug#4876) + 2009-11-15 Michael Albinus * arc-mode.el (archive-maybe-copy): Move creation of directory ... diff --git a/lisp/simple.el b/lisp/simple.el index 2d01542355e..60d47e733cd 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3705,7 +3705,10 @@ after C-u \\[set-mark-command]." (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.