emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9b7d28c: ; Move the section about seq.el to the cor


From: Nicolas Petton
Subject: [Emacs-diffs] master 9b7d28c: ; Move the section about seq.el to the correct place.
Date: Wed, 2 Jan 2019 12:40:30 -0500 (EST)

branch: master
commit 9b7d28ce4ec8e5bcbf10c4a434d4e5189b5492b7
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    ; Move the section about seq.el to the correct place.
---
 etc/NEWS | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index ee49352..b316aec 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]