aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2017-10-17 10:24:54 +0200
committerMartin Rudalics2017-10-17 10:24:54 +0200
commit22adeca42a9c28d5df01dcd203955191faf5de89 (patch)
tree8ab25b03b786ee98c59e3d9696858eb8d1cd623e
parent2c3e6f1ddc90335249f1a7f56f5f7b377c873fb7 (diff)
downloademacs-22adeca42a9c28d5df01dcd203955191faf5de89.tar.gz
emacs-22adeca42a9c28d5df01dcd203955191faf5de89.zip
In NEWS give advice on use of `switch-to-buffer' (Bug#28645)
* etc/NEWS: Mention that applications should prefer `pop-to-buffer-same-window' to `switch-to-buffer'. (Bug#28645)
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d995a3dded0..b40d578e5fa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -375,6 +375,9 @@ where you can cancel them with the 'c' command.
375 375
376+++ 376+++
377** 'switch-to-buffer-preserve-window-point' now defaults to t. 377** 'switch-to-buffer-preserve-window-point' now defaults to t.
378Applications that call 'switch-to-buffer' and want to show the buffer at
379the position of its point should use 'pop-to-buffer-same-window' in lieu
380of 'switch-to-buffer'.
378 381
379+++ 382+++
380** The new variable 'debugger-stack-frame-as-list' allows displaying 383** The new variable 'debugger-stack-frame-as-list' allows displaying