aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 18ef345398e..9fe373ce415 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1696,6 +1696,13 @@ configuration files.
1696* Lisp Changes in Emacs 21.4 1696* Lisp Changes in Emacs 21.4
1697 1697
1698+++ 1698+++
1699** `split-string' now includes null substrings in the returned list if
1700the optional argument SEPARATORS is non-nil and there are matches for
1701SEPARATORS at the beginning or end of the string. If SEPARATORS is
1702nil, or if the new optional third argument OMIT-NULLS is non-nil, all
1703empty matches are omitted from the returned list.
1704
1705+++
1699** `makehash' is now obsolete. Use `make-hash-table' instead. 1706** `makehash' is now obsolete. Use `make-hash-table' instead.
1700 1707
1701+++ 1708+++