diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | ||
| 903 | contain 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 |
| 904 | functions 'make-record', 'record', and 'recordp'. Records are now | 907 | functions 'make-record', 'record', and 'recordp'. Records are now |