diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -795,6 +795,9 @@ The few hooks that used with-wrapper-hook are replaced as follows: | |||
| 795 | *** `completion-in-region-function' obsoletes `completion-in-region-functions'. | 795 | *** `completion-in-region-function' obsoletes `completion-in-region-functions'. |
| 796 | *** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'. | 796 | *** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'. |
| 797 | 797 | ||
| 798 | ** `byte-compile-interactive-only-functions' is now obsolete. | ||
| 799 | It has been replaced by the symbol property 'interactive-only. | ||
| 800 | |||
| 798 | ** `split-string' now takes an optional argument TRIM. | 801 | ** `split-string' now takes an optional argument TRIM. |
| 799 | The value, if non-nil, is a regexp that specifies what to trim from | 802 | The value, if non-nil, is a regexp that specifies what to trim from |
| 800 | the start and end of each substring. | 803 | the start and end of each substring. |