# HG changeset patch # User Luc Teirlinck # Date 1068851677 0 # Node ID be7088df924de5c2b71e627c67c8c7aeca2532dd # Parent 4835b200fafe628a81ffa41448a2f24bf5730cdc *** empty log message *** diff -r 4835b200fafe -r be7088df924d etc/NEWS --- 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. +++