aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuanma Barranquero2019-11-26 15:03:57 +0100
committerJuanma Barranquero2019-11-26 15:03:57 +0100
commite495dbea7035bcb1f26ed82f0d56a5abc90974fa (patch)
tree67a6e689aa5ce4a87cce7c7f8f8686a45a37d140 /etc
parent90a7cd073bfc7461e0bc824e9883499fe9026727 (diff)
downloademacs-e495dbea7035bcb1f26ed82f0d56a5abc90974fa.tar.gz
emacs-e495dbea7035bcb1f26ed82f0d56a5abc90974fa.zip
(next|previous)-buffer no longer fail silently (bug#38384)
* lisp/window.el (next-buffer, previous-buffer): Signal 'user-error' if there is no buffer to switch to. * etc/NEWS: Document it.
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 2a14eb2ecfc..d3331daf17f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2620,6 +2620,10 @@ scrolling.
2620** help-follow-symbol now signals 'user-error' if point (or the 2620** help-follow-symbol now signals 'user-error' if point (or the
2621position pointed to by the argument POS) is not in a symbol. 2621position pointed to by the argument POS) is not in a symbol.
2622 2622
2623---
2624*** next-buffer and previous-buffer now signal 'user-error' if there
2625is no buffer to switch to.
2626
2623 2627
2624* Lisp Changes in Emacs 27.1 2628* Lisp Changes in Emacs 27.1
2625 2629