diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-08-30 05:22:50 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-08-30 05:22:50 +0000 |
commit | 6444d64a4db49e200c5bbe952f3577c2d3e017c7 (patch) | |
tree | e9ac69728bc3a3a8f95d39957d9e8acb0156724e /lisp/emacs-lisp/bytecomp.el | |
parent | 5cb16bfc75cea38804da7b21b53a9cd4eec14f63 (diff) | |
download | emacs-6444d64a4db49e200c5bbe952f3577c2d3e017c7.tar.gz emacs-6444d64a4db49e200c5bbe952f3577c2d3e017c7.tar.bz2 emacs-6444d64a4db49e200c5bbe952f3577c2d3e017c7.zip |
(byte-compile-interactive-only-functions): Add comint-run.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 1aa63e3bec0..5c18d2a4515 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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 |