X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0af4347a781828182427166a1f6406744226f3bf..10f401d274b475e986c36062f849bdac9691d286:/etc/NEWS diff --git a/etc/NEWS b/etc/NEWS index 42699f60c1..14101b7e31 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3064,6 +3064,10 @@ If APPEND is non-nil, the new element gets added at the end of the list instead of at the beginning. This change actually occurred in Emacs 21.1, but was not documented then. ++++ +*** New function `add-to-ordered-list' is like `add-to-list' but +associates a numeric ordering of each element added to the list. + +++ *** New function `copy-tree' makes a copy of a tree.