diff options
| author | Chong Yidong | 2012-12-09 11:40:09 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-12-09 11:40:09 +0800 |
| commit | 5dea55d2fa53b12d088ac2ed7dd695a7fdf392b8 (patch) | |
| tree | c6a8cc71f73bbe1de4e0c6a0527cbb5805ab7931 /etc | |
| parent | 3cc53d60248e48c971a0e78d11bc7cf8c2b02fe2 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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, |
| 30 | if there is one. | 30 | if there is one. |
| 31 | 31 | ||
| 32 | ** The option `set-mark-default-inactive' has been deleted. | ||
| 33 | This unfinished feature was introduced by accident in Emacs 23.1; | ||
| 34 | simply 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 | ||