2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
+ * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
+ Add comint-run.
+
* calc/calc.el: Improve commenting convention.
(calc-digit-map, toplevel): Simplify.
(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