(byte-compile-interactive-only-functions): Add comint-run.

This commit is contained in:
Stefan Monnier 2009-08-30 05:22:50 +00:00
parent 5cb16bfc75
commit 6444d64a4d
2 changed files with 4 additions and 1 deletions

View file

@ -427,7 +427,7 @@ else the global value will be modified."
(defvar byte-compile-interactive-only-functions
'(beginning-of-buffer end-of-buffer replace-string replace-regexp
insert-file insert-buffer insert-file-literally previous-line next-line
goto-line)
goto-line comint-run)
"List of commands that are not meant to be called from Lisp.")
(defvar byte-compile-not-obsolete-var nil