Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
53061:4835b200fafe | 53062:be7088df924d |
---|---|
1692 | 1692 |
1693 ** `cfengine-mode' is a major mode for editing GNU Cfengine | 1693 ** `cfengine-mode' is a major mode for editing GNU Cfengine |
1694 configuration files. | 1694 configuration files. |
1695 | 1695 |
1696 * Lisp Changes in Emacs 21.4 | 1696 * Lisp Changes in Emacs 21.4 |
1697 | |
1698 +++ | |
1699 ** `split-string' now includes null substrings in the returned list if | |
1700 the optional argument SEPARATORS is non-nil and there are matches for | |
1701 SEPARATORS at the beginning or end of the string. If SEPARATORS is | |
1702 nil, or if the new optional third argument OMIT-NULLS is non-nil, all | |
1703 empty matches are omitted from the returned list. | |
1697 | 1704 |
1698 +++ | 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 +++ |