aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2009-11-15 15:32:15 +0000
committerJuri Linkov <[email protected]>2009-11-15 15:32:15 +0000
commit0fc10137930b5fc2f58dad185606257c37aa0d00 (patch)
treead5d7def6aa3646107dc8c466620ad8b496c0078 /lisp
parentf5fce4ec56fc65663ec6a737efe2c5498052c76f (diff)
(set-mark-default-inactive): Add :type, :group
and :version. (Bug#4876)
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/simple.el5
2 files changed, 9 insertions, 1 deletions
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 <[email protected]>
+
+ * simple.el (set-mark-default-inactive): Add :type, :group
+ and :version. (Bug#4876)
+
2009-11-15 Michael Albinus <[email protected]>
* 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.