aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2003-11-14 23:14:37 +0000
committerLuc Teirlinck <[email protected]>2003-11-14 23:14:37 +0000
commit76bf15e9a211a2427e32d1e89d3c0781c647fdcd (patch)
tree7cc9d4a40dad41a1944e3860fd7e3dbf9b5d94d6
parent0b03cc78b8ef965c1966d345718f8d2e59b8c112 (diff)
*** empty log message ***
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 18ef345398..9fe373ce41 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1696,6 +1696,13 @@ configuration files.
* Lisp Changes in Emacs 21.4
+++
+** `split-string' now includes null substrings in the returned list if
+the optional argument SEPARATORS is non-nil and there are matches for
+SEPARATORS at the beginning or end of the string. If SEPARATORS is
+nil, or if the new optional third argument OMIT-NULLS is non-nil, all
+empty matches are omitted from the returned list.
+
++++
** `makehash' is now obsolete. Use `make-hash-table' instead.
+++