From 0fc10137930b5fc2f58dad185606257c37aa0d00 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 15 Nov 2009 15:32:15 +0000 Subject: (set-mark-default-inactive): Add :type, :group and :version. (Bug#4876) --- lisp/ChangeLog | 5 +++++ lisp/simple.el | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1a538d6b1..94f0f38874 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 2d01542355..60d47e733c 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. -- cgit v1.2.3