* simple.el (set-mark-default-inactive): Mark for removal after 24.3.
authorChong Yidong <cyd@gnu.org>
Sun, 9 Dec 2012 03:44:59 +0000 (11:44 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 9 Dec 2012 03:44:59 +0000 (11:44 +0800)
lisp/ChangeLog
lisp/simple.el

index 1efcd62..37d6e34 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-09  Chong Yidong  <cyd@gnu.org>
+
+       * simple.el (set-mark-default-inactive): Mark as obsolete, for
+       removal after 24.3.
+
 2012-12-08  Dani Moncayo <dmoncayo@gmail.com>
 
        * simple.el (just-one-space): Doc fix.
index 61a5a3e..389df0c 100644 (file)
@@ -4135,11 +4135,12 @@ 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."
+This option does the same thing as disabling Transient Mark mode,
+and it will be removed in the near future."
   :type 'boolean
   :group 'editing-basics
   :version "23.1")
+(make-obsolete-variable 'set-mark-default-inactive nil "24.3")
 
 (defun set-mark-command (arg)
   "Set the mark where point is, or jump to the mark.