aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBozhidar Batsov2013-11-25 19:16:32 +0200
committerBozhidar Batsov2013-11-25 19:16:32 +0200
commit2bb3a748b362f9635bd406b151b89d7981a0bdaa (patch)
treed391eb3677d9b65e22dfb5b0ce0f9c8e3e0f316d /etc
parent001394351677736fafd9597a527bd900345fc7e7 (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6cff14d2742..e46d0fdc61a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
799It 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.
799The value, if non-nil, is a regexp that specifies what to trim from 802The value, if non-nil, is a regexp that specifies what to trim from
800the start and end of each substring. 803the start and end of each substring.