aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d79eecf7676..73c088c962e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -899,6 +899,9 @@ instead of its first.
899 899
900* Lisp Changes in Emacs 26.1 900* Lisp Changes in Emacs 26.1
901 901
902** New function 'seq-set-equal-p' to check if SEQUENCE1 and SEQUENCE2
903contain the same elements, regardless of the order.
904
902+++ 905+++
903** Emacs now supports records for user-defined types, via the new 906** Emacs now supports records for user-defined types, via the new
904functions 'make-record', 'record', and 'recordp'. Records are now 907functions 'make-record', 'record', and 'recordp'. Records are now