diff options
| author | Bozhidar Batsov | 2013-11-25 19:16:32 +0200 |
|---|---|---|
| committer | Bozhidar Batsov | 2013-11-25 19:16:32 +0200 |
| commit | 2bb3a748b362f9635bd406b151b89d7981a0bdaa (patch) | |
| tree | d391eb3677d9b65e22dfb5b0ce0f9c8e3e0f316d /etc | |
| parent | 001394351677736fafd9597a527bd900345fc7e7 (diff) | |
| download | emacs-2bb3a748b362f9635bd406b151b89d7981a0bdaa.tar.gz emacs-2bb3a748b362f9635bd406b151b89d7981a0bdaa.zip | |
* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Mark as obsolete and replace it with a symbol property.
(byte-compile-form): Use new 'interactive-only property.
* lisp/comint.el, lisp/files.el, lisp/replace.el, lisp/simple.el:
Apply new 'interactive-only properly.
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. |