aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-12-09 11:40:09 +0800
committerChong Yidong2012-12-09 11:40:09 +0800
commit5dea55d2fa53b12d088ac2ed7dd695a7fdf392b8 (patch)
treec6a8cc71f73bbe1de4e0c6a0527cbb5805ab7931 /etc
parent3cc53d60248e48c971a0e78d11bc7cf8c2b02fe2 (diff)
downloademacs-5dea55d2fa53b12d088ac2ed7dd695a7fdf392b8.tar.gz
emacs-5dea55d2fa53b12d088ac2ed7dd695a7fdf392b8.zip
* simple.el (set-mark-default-inactive): Delete accidentally-introduced option.
(set-mark-command, exchange-point-and-mark): Remove calls.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 361e49afe04..acfc18bb9e0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,6 +29,10 @@ so we will look at it and add it to the manual.
29** `eval-defun' on an already defined defcustom calls the :set function, 29** `eval-defun' on an already defined defcustom calls the :set function,
30if there is one. 30if there is one.
31 31
32** The option `set-mark-default-inactive' has been deleted.
33This unfinished feature was introduced by accident in Emacs 23.1;
34simply disabling Transient Mark mode does the same thing.
35
32* Editing Changes in Emacs 24.4 36* Editing Changes in Emacs 24.4
33 37
34 38