* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
commit2bb3a748b362f9635bd406b151b89d7981a0bdaa
authorBozhidar Batsov <bozhidar@batsov.com>
Mon, 25 Nov 2013 17:16:32 +0000 (25 19:16 +0200)
committerBozhidar Batsov <bozhidar@batsov.com>
Mon, 25 Nov 2013 17:16:32 +0000 (25 19:16 +0200)
treed391eb3677d9b65e22dfb5b0ce0f9c8e3e0f316d
parent001394351677736fafd9597a527bd900345fc7e7
* 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.
etc/NEWS
lisp/ChangeLog
lisp/comint.el
lisp/emacs-lisp/bytecomp.el
lisp/files.el
lisp/replace.el
lisp/simple.el