aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMattias EngdegÄrd2024-03-22 15:06:27 +0100
committerMattias EngdegÄrd2024-03-23 14:18:57 +0100
commited59a2639a9dd4927d0424f292b1ba30f65bb8bb (patch)
treefb272d09ea66ed3f8c0f29e039e6bd028062d129 /etc
parent592ca5070e209dc293ad3be2348dfef801bf0ed1 (diff)
downloademacs-scratch/sort-key.tar.gz
emacs-scratch/sort-key.zip
Remove sort-onscratch/sort-key
* lisp/sort.el (sort-on): * doc/lispref/sequences.texi (Sequence Functions): * etc/NEWS: Remove the `sort-on` function which is now completely superseded by the extended `sort` in features, ease of use, and performance.
Diffstat (limited to 'etc')
-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.