aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4a68737ba5f..eb6b3285c17 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1734,11 +1734,6 @@ ordering predicates by hand.
1734The old signature, '(sort SEQ PREDICATE)', can still be used and sorts 1734The old signature, '(sort SEQ PREDICATE)', can still be used and sorts
1735its input in-place as before. 1735its input in-place as before.
1736 1736
1737** New function 'sort-on'.
1738This function implements the Schwartzian transform, and is appropriate
1739for sorting lists when the computation of the sort key of a list
1740element can be expensive.
1741
1742** New API for 'derived-mode-p' and control of the graph of major modes. 1737** New API for 'derived-mode-p' and control of the graph of major modes.
1743 1738
1744*** 'derived-mode-p' now takes the list of modes as a single argument. 1739*** 'derived-mode-p' now takes the list of modes as a single argument.