[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111013: * simple.el (set-mark-def
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111013: * simple.el (set-mark-default-inactive): Mark for removal after 24.3. |
Date: |
Sun, 09 Dec 2012 11:44:59 +0800 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111013
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-12-09 11:44:59 +0800
message:
* simple.el (set-mark-default-inactive): Mark for removal after 24.3.
modified:
lisp/ChangeLog
lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-12-08 03:25:28 +0000
+++ b/lisp/ChangeLog 2012-12-09 03:44:59 +0000
@@ -1,3 +1,8 @@
+2012-12-09 Chong Yidong <address@hidden>
+
+ * simple.el (set-mark-default-inactive): Mark as obsolete, for
+ removal after 24.3.
+
2012-12-08 Dani Moncayo <address@hidden>
* simple.el (just-one-space): Doc fix.
=== modified file 'lisp/simple.el'
--- a/lisp/simple.el 2012-12-08 03:25:28 +0000
+++ b/lisp/simple.el 2012-12-09 03:44:59 +0000
@@ -4135,11 +4135,12 @@
(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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111013: * simple.el (set-mark-default-inactive): Mark for removal after 24.3.,
Chong Yidong <=