diff etc/NEWS @ 53062:be7088df924d

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 14 Nov 2003 23:14:37 +0000
parents 73420a76ed14
children 45df8b9582de
line wrap: on
line diff
--- a/etc/NEWS	Fri Nov 14 19:13:02 2003 +0000
+++ b/etc/NEWS	Fri Nov 14 23:14:37 2003 +0000
@@ -1696,6 +1696,13 @@
 * 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.
 
 +++