]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-mark-default-inactive): Add :type, :group
authorJuri Linkov <juri@jurta.org>
Sun, 15 Nov 2009 15:32:15 +0000 (15:32 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 15 Nov 2009 15:32:15 +0000 (15:32 +0000)
and :version.  (Bug#4876)

lisp/ChangeLog
lisp/simple.el

index e1a538d6b1eb43c40b266932904ca9146d84e639..94f0f3887430d6f712f10dd994076edc04f52eac 100644 (file)
@@ -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 ...
index 2d01542355e915ef7c3a97d487d0c52f1a62ede8..60d47e733cd58a9004ad071b1e9d03c68e7c1052 100644 (file)
@@ -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.