emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Fri, 14 Nov 2003 18:14:37 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.870 emacs/etc/NEWS:1.871
*** emacs/etc/NEWS:1.870        Sun Nov  9 17:02:08 2003
--- emacs/etc/NEWS      Fri Nov 14 18:14:37 2003
***************
*** 1696,1701 ****
--- 1696,1708 ----
  * 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.
  
  +++




reply via email to

[Prev in Thread] Current Thread [Next in Thread]