aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMark Oteiza2016-05-26 21:47:18 -0400
committerMark Oteiza2016-05-27 07:04:58 -0400
commitee297210cffb9e8d05912686a39fa158414ba050 (patch)
tree7ac61fd596bb6eabcb9ca136945862bab075a2cd /etc
parentf865e2f1e8878f7992d61a39bceb369c28a77706 (diff)
downloademacs-ee297210cffb9e8d05912686a39fa158414ba050.tar.gz
emacs-ee297210cffb9e8d05912686a39fa158414ba050.zip
Preserve buffer point in windows by default (Bug#4041).
* doc/lispref/windows.texi: Mention new default. * etc/NEWS: Mention new default. * lisp/window.el (switch-to-buffer-preserve-window-point): Default to t.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d1eadd56a21..56f0ef8de24 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -176,6 +176,9 @@ where you can cancel them with the 'c' command.
176** The new function 'read-multiple-choice' prompts for multiple-choice 176** The new function 'read-multiple-choice' prompts for multiple-choice
177questions, with a handy way to display help texts. 177questions, with a handy way to display help texts.
178 178
179+++
180** 'switch-to-buffer-preserve-window-point' now defaults to t.
181
179 182
180* Editing Changes in Emacs 25.2 183* Editing Changes in Emacs 25.2
181 184