aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 75e2c1bf98a..02f76d4d403 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -249,6 +249,11 @@ When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that
249respects display actions specified by 'display-buffer-alist' and 249respects display actions specified by 'display-buffer-alist' and
250'display-buffer-overriding-action'. 250'display-buffer-overriding-action'.
251 251
252+++
253** New convenience functions in the seq.el library. The new
254convenience functions 'seq-first' and 'seq-rest' give easy access to
255respectively the first and all but the first elements of sequences.
256
252 257
253* Editing Changes in Emacs 27.1 258* Editing Changes in Emacs 27.1
254 259