Make the `interactive-only' bytecomp warning like the `obsolete' one
authorGlenn Morris <rgm@gnu.org>
Sat, 30 Nov 2013 08:42:28 +0000 (00:42 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 30 Nov 2013 08:42:28 +0000 (00:42 -0800)
commit3e2fb4db3f517dd051cd35c742355c492e085333
treede82aeb80b27e6fa59ee52edb9dcff10e2159054
parent44ad1cf76039dc5a2a94e82a6b6eb13124c3cc92
Make the `interactive-only' bytecomp warning like the `obsolete' one

* emacs-lisp/bytecomp.el (byte-compile-form):
Make the `interactive-only' warning like the `obsolete' one.

* comint.el (comint-run):
* files.el (insert-file-literally, insert-file):
* replace.el (replace-string, replace-regexp):
* simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
(goto-line, insert-buffer, next-line, previous-line):
Tweak `interactive-only' spec.
lisp/ChangeLog
lisp/comint.el
lisp/emacs-lisp/bytecomp.el
lisp/files.el
lisp/replace.el
lisp/simple.el