From: Nicolas Petton Date: Wed, 2 Jan 2019 17:39:57 +0000 (+0100) Subject: ; Move the section about seq.el to the correct place. X-Git-Tag: emacs-27.0.90~3877 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b7d28ce4ec8e5bcbf10c4a434d4e5189b5492b7;p=emacs.git ; Move the section about seq.el to the correct place. --- diff --git a/etc/NEWS b/etc/NEWS index ee493520ca3..b316aecbfa4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -249,12 +249,6 @@ When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that respects display actions specified by 'display-buffer-alist' and 'display-buffer-overriding-action'. -+++ -** New convenience functions in the seq.el library. -The new convenience functions 'seq-first' and 'seq-rest' give easy -access to respectively the first and all but the first elements of -sequences. - * Editing Changes in Emacs 27.1 @@ -324,6 +318,11 @@ the node "(emacs) Directory Variables" of the user manual. *** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'. *** New generic function 'map-insert'. ++++ +** seq.el +New convenience functions 'seq-first' and 'seq-rest' give easy access +to respectively the first and all but the first elements of sequences. + --- ** Follow mode In the current follow group of windows, "ghost" cursors are no longer