+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 ...
(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.