diff lisp/simple.el @ 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 37fee35a6283
children 42ca82b4620b
line wrap: on
line diff
--- 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.