]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-interactive-only-functions): Add comint-run.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 30 Aug 2009 05:22:50 +0000 (05:22 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 30 Aug 2009 05:22:50 +0000 (05:22 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index 09ddbe5fe56dc34d17eb493a3e382dff5f28aa54..b9a68c3378b27639255d424ec0ebee94bcec8fa8 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
index 1aa63e3bec0ec39632286ddbea3cfc24d1c2e31e..5c18d2a45155bc5f3e1975a052556ce3ddd126fb 100644 (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